Reply To: force speech analysis to begin??

Home Forums OpenEars force speech analysis to begin?? Reply To: force speech analysis to begin??

#10913
sysco
Participant

I was thinking if I called -runRecognitionOnWavFileAtPath: I might have performance issues creating NSData from the file path.

//from ContinuousModel.mm
NSData *originalWavData = [NSData dataWithContentsOfFile:wavPath];

I’m considering using a timer for <5 seconds of audio.

Simply, I want to require the user to say something in a given time interval. I don't want to wait for silence to occur.

Thoughts?