tts_external_speaker_setting

Speaker setting for use on Motorola/Symbol mobile devices. If set to 1, only the CE device master volume will be adjusted. If set to 0, the volume will apply to the headset volume.

This setting is ignored for mobile devices from manufacturers other than Motorola/Symbol.

Possible Values

1 on
0 off

The default value is 0 (off).

Example

Script( Use_External_Speaker )
Activate( From_Menu )
Comment: Change the speaker setting so Symbol devices volume changes affect the external speaker.
If_Not( Speech_Change_Setting( "tts_external_speaker", 1 ) )
Ask_OK( "This setting is not supported. Update your Vocalizer version.", "Error" )
Return
End_If
If_Not( Number_Equal( Speech_Get_Setting( "tts_external_speaker" ), 1 ) )
Ask_OK( "The setting change was not preserved!", "Error" )
Return
End_If
Comment: Perform a calibration so the user can set the volume.
Speech_Change_Setting( "tts_calibrate", 0 )
Return

See Also

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