discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSSpeechSynthesizer is mute :P


From: Luis Garcia Alanis
Subject: NSSpeechSynthesizer is mute :P
Date: Wed, 27 Feb 2013 00:37:55 -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?

Thanks
Luis


reply via email to

[Prev in Thread] Current Thread [Next in Thread]