Mixed Pocketsphinx & rapidEars

Home Forums OpenEars plugins Mixed Pocketsphinx & rapidEars

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

  • Author
    Posts
  • #1018689
    Claude
    Participant

    I’m integrating RapidEars (and Rejecto) into my app, so far I’ve only put in the code that’s in the tutorial, but I’m seeing something which is probably ok, but want to double check.

    Should I be seeing mixed Pocketsphinx & RapidEars delegate calls? Once I started using rapidEars I expected to only see the RapidEar delegates called.

    Thanks!

    2013-10-18 19:08:45.965 Bamboo[45418:a0b] Pocketsphinx calibration has started.
    2013-10-18 19:08:48.166 Bamboo[45418:a0b] Pocketsphinx calibration is complete.
    2013-10-18 19:08:48.166 Bamboo[45418:a0b] Pocketsphinx is now listening.
    2013-10-18 19:08:53.831 Bamboo[45418:a0b] Pocketsphinx has detected speech.
    2013-10-18 19:08:53.831 Bamboo[45418:a0b] rapidEarsDidDetectBeginningOfSpeech
    2013-10-18 19:08:54.237 Bamboo[45418:a0b] rapidEarsDidReceiveLiveSpeechHypothesis: LICENSEREJECTO, score=198748464
    2013-10-18 19:08:55.299 Bamboo[45418:a0b] rapidEarsDidReceiveFinishedSpeechHypothesis: LICENSEREJECTO, score=198748464
    2013-10-18 19:08:55.299 Bamboo[45418:a0b] rapidEarsDidDetectEndOfSpeech
    2013-10-18 19:08:55.300 Bamboo[45418:a0b] Pocketsphinx has detected a period of silence, concluding an utterance.
    2013-10-18 19:08:55.311 Bamboo[45418:a0b] Pocketsphinx is now listening.
    2013-10-18 19:08:56.730 Bamboo[45418:a0b] Pocketsphinx has detected speech.
    2013-10-18 19:08:56.731 Bamboo[45418:a0b] rapidEarsDidDetectBeginningOfSpeech
    2013-10-18 19:08:56.738 Bamboo[45418:a0b] rapidEarsDidReceiveLiveSpeechHypothesis: LICENSEREJECTO, score=198748464

    #1018691
    Halle Winkler
    Politepix

    Hi Claude,

    RapidEars extends PocketsphinxController (it adds some new methods to it which are supported by RapidEars’ source and there are a few parts of PocketsphinxController that it consequently doesn’t use) so it’s correct that both PocketsphinxController and RapidEars are represented in the callbacks.

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