[Resolved] word timings

Home Forums OpenEars [Resolved] word timings

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

  • Author
    Posts
  • #1023074
    foobar8675
    Participant

    Is it possible using any of the plug ins to tell at what time each word or a specific word was recognized? I was thinking of using SaveThatWave to save the audio recorded and splitting the audio file based on where a word was said. Thanks Halle.

    #1023076
    Halle Winkler
    Politepix

    Hi,

    Yes, RapidEars has a setting

    - (void) setReturnSegmentTimes:(BOOL)returnSegmentTimes; 

    which can deliver hypotheses with timings in the callbacks:

    - (void) rapidEarsDidDetectLiveSpeechAsWordArray:(NSArray *)words scoreArray:(NSArray *)scores startTimeArray:(NSArray *)startTimes endTimeArray:(NSArray *)endTimes;
    

    and

    - (void) rapidEarsDidDetectFinishedSpeechAsWordArray:(NSArray *)words scoreArray:(NSArray *)scores startTimeArray:(NSArray *)startTimes endTimeArray:(NSArray *)endTimes;
    
    #1023144
    foobar8675
    Participant

    Excellent. Thank you.

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