Reply To: [Resolved] decrease in speech recognition accuracy after updating to OpenEars 2.0

Home Forums OpenEars [Resolved] decrease in speech recognition accuracy after updating to OpenEars 2.0 Reply To: [Resolved] decrease in speech recognition accuracy after updating to OpenEars 2.0

#1023655
jepjep7
Participant

Yes. I tried a few variations of this:
[[OEPocketsphinxController sharedInstance] setSecondsOfSilenceToDetect:0.1];
[[OEPocketsphinxController sharedInstance] setVadThreshold:2.9];

But I could not get the same accuracy as I was getting with version 1.71 where I was using this:
pocketsphinxController.secondsOfSilenceToDetect = 0.1;
pocketsphinxController.calibrationTime = 1;