|
From: | Luis Garcia Alanis |
Subject: | Re: NSSpeechSynthesizer is mute :P |
Date: | Wed, 27 Feb 2013 00:48:09 -0800 |
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?ThanksLuis
[Prev in Thread] | Current Thread | [Next in Thread] |