discuss-gnustep
[Top][All Lists]
Advanced

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

Re: NSSpeechSynthesizer is mute :P


From: Luis Garcia Alanis
Subject: Re: NSSpeechSynthesizer is mute :P
Date: Wed, 27 Feb 2013 00:48:09 -0800

I think this is the problem LOL! :(

- (BOOL) startSpeakingString: (NSString *)text
{
  return NO;
}


On Wed, Feb 27, 2013 at 12:37 AM, Luis Garcia Alanis <luis@garcia.tv> wrote:
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]