Reply To: [Resolved] Flite and RapidEars

Home Forums OpenEars plugins [Resolved] Flite and RapidEars Reply To: [Resolved] Flite and RapidEars

#1023023
adb
Participant

To clarify, all I am doing is checking for hypothesis data in rapidEarsDidReceiveFinishedSpeechHypothesis: and running flite like so [self.fliteController say:@”SET THE DURATION” withVoice:self.slt];. I do run a changeLanguageModelToFile right before this if that makes any difference. RapidEars picks up audio from flite and since I am listening for a command that begins with “SET” in my rule it thinks it hears set and returns a result.