iOS Question TTS issue with iPad Mini

billchapp

Member
Licensed User
Longtime User
Hi,

Running this code on a 5S, no issues speaks as desired

talk.Initialize(rd)
talk.Pitch= Main.pitch / 10
talk.SpeechRate = Main.speed /10
talk.Speak("Test Spech",True)

however the exact same code will not error on my iPad min but no speech is heard.
I've looked for any obscure volume setting or reference but I can't find a reason
for the mini not to talk.. It's sound is 100% in all testable modes .

Anyone else seen this ?

Update:
Answered my own question with a updated to the iOS to 9.3.1


Thanks!
Bill
 
Last edited:
Top