Cannot get the Neatspeech to work?

Home Forums OpenEars plugins Cannot get the Neatspeech to work?

Viewing 3 posts - 1 through 3 (of 3 total)

  • Author
    Posts
  • #1018044
    forum_user19
    Participant

    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)

    #1018045
    forum_user19
    Participant

    Also, I do not have in “listening” stuff in the project.
    I just want Text to speech. I think the standard openears works ok
    with just text to speech but Neatspeech does not, Can you check this out
    and tell me how I just do text to speech with Neatspeech.

    #1018048
    Halle Winkler
    Politepix

    Welcome,

    This happens if you’ve missed a step in the installation from the tutorial and documentation where you add the -ObjC linker flag to your target. Just take a second look at the tutorial for adding NeatSpeech and give some extra attention to the step “Preparing to use Plugins”.

    and all I can get is this below… iOS 6 WHAT iS the DEAL???

    I’d prefer to avoid this kind of tone here. It’s normal in programming projects that even experienced developers make minor mistakes in the process of getting a piece of software working — it could be me overlooking a step when releasing a plugin or it could be you innocently missing a step in the tutorial — so it’s much better for everyone to keep things constructive. I have removed your second post saying the same thing and changed your username to something that will have less of a likelihood of causing confusion.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.