Hello guys,
I am trying to make NSSpeechSynthesizer speak the contents of a textField but no sound comes out of it.
This should init the synthesizer with the default voice:
speechSynth = [[NSSpeechSynthesizer alloc] initWithVoice:nil];
Then I do:
[speechSynth startSpeakingString:string];
but I get no sound. Is this a bug?
Thanks
Luis