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
1) make sure your volume is turned on
2) try to set the language in your code
3) try to change the voice for the given language from the settings
4) ask Erel if nothing of the above works
Application_Start
Creating client/daemon connection: 14221EAC-505A-4F89-8B37-AEC2E3E0DB91
Got the query meta data reply for: com.apple.MobileAsset.MacinTalkVoiceAssets, response: 0
Consumed extension
Got the query meta data reply for: com.apple.MobileAsset.MacinTalkVoiceAssets, response: 0
Application_Active
The log appeared when executing the following line: