TTS (Text-To-Speech)
The Text-To-Speech (TTS) is a feature that converts written text into synthetic speech (audio data) on Android and iOS devices. Its supported on any version of Android or iOS device that the RFgen client software supports. (The API is provided by the Android OS.) TTS can also take text and translate it outloud.
Note:
• The ability to capability to capture user speech is not supported yet.
• The speak option can be called by any user input, it can be set to a button press or after a scan event is called.
The available commands are: TTS.PauseTime, TTS.ReadRate, TTS.Repeat, TTS.SetLanguage, TTS.Speak, TTS.Spell, TTS.StopSpeak, and TTS.Volume.
Group: TTS
Syntax:
To be supplied.
Examples:
Private Sub Button1_Click()
On Error Resume Next
TTS.Speak "This is a Test"
TTS.PauseTime=3
End Sub
Versions Supported: RFgen 5.2.2.0 and newer.
Devices Supported: Android and iOS, any OS RFgen Supports.