Reply To: First long phrase missed

Home Forums OpenEars First long phrase missed Reply To: First long phrase missed

#1022335
Halle Winkler
Politepix

You know, on second thought, that is a safer bet. For now change this method of PocketsphinxController:

- (void) longRecognition {
    self.continuousModel.longRecognition = TRUE;    
}

To read:

- (void) longRecognition {
   // self.continuousModel.longRecognition = TRUE;    
}

I’d like to look more into the kExcessiveUtterancePeriod issue and in the meantime this should definitely prevent that result.