Reply To: OpenEars suspendRecognition not working in ViewDidAppear

Home Forums OpenEars OpenEars suspendRecognition not working in ViewDidAppear Reply To: OpenEars suspendRecognition not working in ViewDidAppear

#1020527

Thanks for the help ,

I need to use this function rather place voice data in in view did appear for the welcome speech:

– (void) pocketsphinxDidCompleteCalibration {
NSLog(@”Pocketsphinx calibration is complete.”);
[self instructUser:@”Do you want to read the NEWS , say YES or NO ?”];

}