Reply To: SaveThatWave not working

Home Forums OpenEars plugins SaveThatWave not working Reply To: SaveThatWave not working

#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];