Hello.
Good morning.
I'm using the TTS library in B4i, on an Iphone 6s Plus
But it didn't work. My code is:
Process_Globals
Dim tts As TTS
Application_Start
tts.Initialize("tts")
I have a button to talk to
tts.Speak("speech test",False)
When I press the button, no sound is emitted and I receive a log
Got the query meta data reply for: com.apple.MobileAsset.VoiceServicesVocalizerVoice, response: 0
Consumed extension
Good morning.
I'm using the TTS library in B4i, on an Iphone 6s Plus
But it didn't work. My code is:
Process_Globals
Dim tts As TTS
Application_Start
tts.Initialize("tts")
I have a button to talk to
tts.Speak("speech test",False)
When I press the button, no sound is emitted and I receive a log
Got the query meta data reply for: com.apple.MobileAsset.VoiceServicesVocalizerVoice, response: 0
Consumed extension