stt_calibrate

Opens the microphone calibration wizard.

Possible Values

0 starts the calibration wizard
1 performs a quick calibration
2 launches the user training

Example

Script( Speech_Calibration )

Activate( From_Menu )

If_Not( Speech_From_Text_Available )

Comment: Only the calibration wizard is available.

Speech_Change_Setting( "stt_calibrate", 0 )

Return

End_If

 

If( Ask_Yes_No( "Do you want to perform user training?", "User Training", TRUE ) )

Speech_Change_Setting( "stt_calibrate", 2 )

Return

End_If

 

If( Ask_Yes_No( "Do you want to perform a full calibration?", "Full Calibration", TRUE ) )

Speech_Change_Setting( "stt_calibrate", 0 )

Else

Speech_Change_Setting( "stt_calibrate", 1 )

End_If

Return

See Also

stt_volume, stt_fx_microphone, Speech_Get_Setting, Speech_Get_Setting_Value_Desc, Speech_Get_Setting_Max, Speech_Find_Setting_Value, Speech_To_Text, Speech_From_Text, Speech_Setting_Available, Speech_Change_Setting

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal