Reply To: Using RapidEars and the SampleApp

Home Forums OpenEars plugins Using RapidEars and the SampleApp Reply To: Using RapidEars and the SampleApp

#10568
lookbadgers
Participant

Hi,

No problem I assume it’s probably something simple I’ve missed at my end.

The log is here: https://pastebin.com/dcefjGdw

I replaced
[self.pocketsphinxController startListeningWithLanguageModelAtPath:self.pathToGrammarToStartAppWith dictionaryAtPath:self.pathToDictionaryToStartAppWith languageModelIsJSGF:FALSE];

With the following:
[self.pocketsphinxController startRealtimeListeningWithLanguageModelAtPath:self.pathToGrammarToStartAppWith andDictionaryAtPath:self.pathToDictionaryToStartAppWith];

I downloaded a new version of OpenEars from https://www.politepix.com/openears/ so I assume that is compatible and avoids the issue of upgrading.

Thanks