stt_adjust_gain

This setting allows the engine to automatically increase and decrease the microphone input volume. This is disabled by default. This feature will often cause the voice detection rate to deteriorate, so its use is not recommended.

Possible Values

0 disabled
1 enabled
2 enabled; save as the new default volume

Example

Script( Speech_Adjust_Gain )

Activate( From_Menu )

If( Ask_Yes_No( "Is microphone calibration just not good enough?", "Gain Option", FALSE ) )

Speech_Change_Setting( "stt_adjust_gain", 1 )

Message( "The volume will be adjusted automatically.", 5 )

Else

Speech_Change_Setting( "stt_adjust_gain", 0 )

Message( "The volume will not be changed.", 5 )

End_If

Return

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal