Home › Forums › OpenEars › Does stopListening retain observers? › Reply To: Does stopListening retain observers?
June 8, 2015 at 11:04 pm
#1025955
jvanroekel
Participant
I am very sorry, I was being sloppy.
I meant startRealtimeListeningWithLanguageModelAtPath in RapidEars.
Clearly when I create an OEEventsObserver and assign a delegate, a connection is made to the singleton OEPocketsphinxController object. Is this lost when I call stopListening or can I restart listening and still have the observer delegate receive callbacks.
Thanks