Reply To: force speech analysis to begin??

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

#10908
sysco
Participant

Thanks for your fast reply…

So It’s NOT possible to do something like this.

-startListeningWithLanguageModelAtPath:…..

– (void) pocketsphinxDidStartListening{
// start an NSTImer

}
-(void)timesUp:(NSTimer)timer{

pocketsphinxController.secondsOfSilenceToDetect = 0;
// OR
// mute the audio here…

}