stt_fx_threshold

Indicates the amount of energy the microphone input must have before the speech detection (stt_fx_detect_start) is activated. Wavelink recommends using the calibration tool to adjust this setting, rather than setting it through a script or the screen reformatter. Changing this value using a script or the Screen Reformatter will not change the default value.

Possible Values

0 (-72dB) to 9000 (18dB)

The default value is 2200 (-50dB). Each increase of 100 is equal to 1dB. Once the calibration tool has been used, the value it sets will be used as the default for this setting, persisting through a restart of the Client.

Example

Script(Speech_To_Text_Setting_Fx_Threshold)
String(strSetting)
String(strDescription)
String(strMessage)
Number(nSettingValue)
Activate(From_Menu)
strSetting = "stt_fx_threshold"
nSettingValue = Speech_Get_Setting(strSetting)
strDescription = Speech_Get_Setting_Value_Desc(strSetting, nSettingValue)
strMessage = String_Combine(strDescription, "; setting value:")
strMessage = String_Combine(strMessage, Number_To_String_Decimal(nSettingValue))
Ask_OK(strMessage, strSetting)
Return

See Also

stt_fx_detect_start, 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