Any callback on sayWithNeatSpeech; completition?

Home Forums OpenEars plugins Any callback on sayWithNeatSpeech; completition?

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

  • Author
    Posts
  • #1015462
    Geri
    Participant

    Is there some callback method like…


    -(void)neatSpeechTalkDidFinishOfStatement:(NSString*) statement voice:(NeatSpeechVoice*) voice;

    …or so?

    I’d be happy with it, have no much intention so set up a timer and keep querying speechInProgress constantly without further information on speaking.

    #1015463
    Halle Winkler
    Politepix

    You should be able to catch the end of a NeatSpeech utterance using the standard OpenEars OpenEarsEventsObserver delegate method – (void) fliteDidFinishSpeaking, is that not working for you? Receiving the actual string is not available.

    #1015464
    Geri
    Participant

    Ah, really, gotcha, thanks.
    I was searching for it in FliteController headers, since I was sending messages to a FliteController.

    For the future, it could be awesome to have some info here on the statements, and the whole statement queue, and to give some context information to statements, maybe some lightweight statement object…

    …without these features I have to setup many “annoying” properties in my controllers.

    #1015465
    Halle Winkler
    Politepix

    OK, I will enter it as a feature request.

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