Re: NSSpeechSynthesizer and a speech dictionary

2008-06-27 Thread David Brennan
Hi, I've been told that I can use sample dictionary in the documentation for the UseSpeechDictionary function in the Speech Synthesis Manager Reference, but I don't seem to be able to get it to work. Any ideas on what I might be doing wrong would be a great help. Below is the code that I am using

NSSpeechSynthesizer and a speech dictionary

2008-06-26 Thread David Brennan
Hi How do I create a speech dictionary for NSSpeechSynthesizer. I would like to be able to save the speech dictionary to file, and then load it into my NSSpeechSynthesizer object using - (void)addSpeechDictionary:(NSDictionary *)speechDictionary. Kind regards, Dave. __