Reply To: OpenEars/Pocketsphinx turns audio player volume down and won't let go

Home Forums OpenEars OpenEars/Pocketsphinx turns audio player volume down and won't let go Reply To: OpenEars/Pocketsphinx turns audio player volume down and won't let go

#1022271
Halle Winkler
Politepix

Interesting – OpenEars shouldn’t do anything to your AVAudioPlayers, that’s not expected. FliteController and NeatSpeech also use AVAudioPlayer for speech playback so coexistence there gets a fair amount of testing. What happens if you omit volume settings from your player? Can you search your app for the word ‘audiosession’ and make sure you don’t have any calls to AudioSession or AVAudioSession? That is sometimes a factor in unexpected results when PocketsphinxController restores its required audio session settings.