Home › Forums › OpenEars plugins › SaveThatWave not working › Reply To: SaveThatWave not working
May 7, 2015 at 7:02 pm
#1025602
chymel
Participant
I did follow it exactly and I’m able to get OpenEars and OEPocketsphinxController to function properly.
Outside of instantiation of SaveThatWaveController, all I should be doing to start recording is this correct?
[[OEPocketsphinxController sharedInstance] startListeningWithLanguageModelAtPath:lmPath
dictionaryAtPath:dicPath
acousticModelAtPath:[OEAcousticModel pathToModel:@"AcousticModelEnglish"]
languageModelIsJSGF:NO];
[self.saveThatWaveController start];