I have a working openears app working with the default slt voice.
I then download and add in emma and Neatspeech plugin both framework
and voices folder. I then add
– (Emma *)emma {
if (emma == nil) {
emma = [[Emma alloc] init];
}
//emma = [[Emma alloc]initWithPitch:0.0 speed:0.0 transform:0.0]; }
return emma; }
and this
[self.fliteController sayWithNeatSpeech:@”I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone.” withVoice:self.emma];
and all I can get is this below… iOS 6 WHAT iS the DEAL???
2013-08-25 19:23:38.111 TelemetryPro[6720:c07] starting update thread
2013-08-25 19:23:38.125 TelemetryPro[6720:c07] -[FliteController sayWithNeatSpeech:withVoice:]: unrecognized selector sent to instance 0x91ceda0
2013-08-25 19:23:38.126 TelemetryPro[6720:c07] *** Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘-[FliteController sayWithNeatSpeech:withVoice:]: unrecognized selector sent to instance 0x91ceda0’
*** First throw call stack:
(0x25b1012 0x1ecde7e 0x263c4bd 0x25a0bbc 0x25a094e 0x2a3c 0x911103 0x91142b 0x92d3fd 0x911103 0x91142b 0x912314 0x875227 0x87bf53 0x87489d 0x85e506 0x85e76f 0x85e905 0x867917 0x82b96c 0x82c94b 0x83dcb5 0x83ebeb 0x830698 0x250cdf9 0x250cad0 0x2526bf5 0x2526962 0x2557bb6 0x2556f44 0x2556e1b 0x82c17a 0x82dffc 0x295d 0x2885)
libc++abi.dylib: terminate called throwing an exception
(lldb)