Reply To: Recommend method to play sound with active speech recognition?

Home Forums OpenEars Recommend method to play sound with active speech recognition? Reply To: Recommend method to play sound with active speech recognition?

#1020979
lory
Participant

Hi,

Can you confirm I can’t use SoundSystem when Openears is started ?
Before startListening call, I can play my sound with:
AudioServicesPlaySystemSound(answerSounds[0]);

Then it’s doesn’t work even if I suspend recognition. No error but I can’t hear the sound. Do you have a trick ? I’ve to use AVAudioPlayer way ?

I’m not using PlayAndRecord, juste simple recognition.