iOS Question B4i TTS Does not speak

Jhohann Fabian Salazar L

Member
Licensed User
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
 

hatzisn

Well-Known Member
Licensed User
Longtime User
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
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
I am also facing the same issue.
The log:
INI:
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:
B4X:
TTS.Initialize("TTS")
 
Upvote 0
Top