Timing information for runRecognitionOnWavFile

Home Forums OpenEars plugins Timing information for runRecognitionOnWavFile

Tagged: , ,

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

  • Author
    Posts
  • #1032826
    michaelgallacher
    Participant

    I need timing information for speech recognized in a WAV file. I have successfully retrieved hypotheses from OpenEars. I added RapidEarsDemo but am not getting any RapidEars events when calling runRecognitionOnWavFile. I am specifically hoping for:

    rapidEarsDidDetectFinishedSpeech(asWordArray words: [Any]!, scoreArray scores: [Any]!, startTime startTimes: [Any]!, endTime endTimes: [Any]!)

    to be called but (based on the method name) it appears it will only be called when finished speech is detected while using real-time listening.

    Is timing supported for WAV files or is it only available for real-time? I will provide logging if this scenario is supported.

    #1032827
    Halle Winkler
    Politepix

    Welcome,

    Sorry, runRecognitionOnWaveFile is an OpenEars-only method, not a RapidEars method, so it shouldn’t invoke a RapidEars callback. Have you tried it out with pathToTestFile? I am doubtful that there is a way to do exactly what you’re trying for here, but pathToTestFile will invoke RapidEars hypothesis callbacks.

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