Hi
I normally use flite directly for my apps but thought I’d give OpenEars and NeatSpeech a try. I wrote a small demo for all the voices to test them out. I have OpenEars working fine but when I tried to integrate NeatSpeech I keep getting an unrecognized selector error. I’m trying to get Emma’s voice working to begin with.
Here’s the error (with Zombie objects enabled):
2013-05-07 16:44:46.418 OpenEarsTest[65073:c07] -[FliteController sayWithNeatSpeech:withVoice:]: unrecognized selector sent to instance 0x95a84b0
2013-05-07 16:44:46.419 OpenEarsTest[65073:c07] *** Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘-[FliteController sayWithNeatSpeech:withVoice:]: unrecognized selector sent to instance 0x95a84b0’
Any suggestions ?