Reply To: RapidEars startRealtimeListeningWithLanguageModelAtPath memory leaks

Home Forums OpenEars plugins RapidEars startRealtimeListeningWithLanguageModelAtPath memory leaks Reply To: RapidEars startRealtimeListeningWithLanguageModelAtPath memory leaks

#1030173
Halle Winkler
Politepix

OK, the next thing I noticed is that you have

  [OEPocketsphinxController sharedInstance].legacy3rdPassMode = TRUE ;

set before you call this message:

    [[OEPocketsphinxController sharedInstance] setActive:TRUE error:nil];

But setActive has to come before any property setting.