Hello everyone!
I'm trying to enable usage of the microphone while at the same time using the SimpleAudioEngine for sound playback. I know I need to change the Audio Manager mode to kAMM_PlayAndRecord, and doing so, I then get mic input as I expect.
The problem is that the volume of any sound effects I play when I switch the AM mode from kAMM_FxPlusMusicIfNoOtherAudio to kAMM_PlayAndRecord is significantly reduced (to the point where initially, I did not think they were playing at all, but I can hear my sound effects if I hold the speaker up to my ear).
I've tried setting the effects volume to max, with no noticeable change.
Does anyone have any experience using the mic with the SAE and could throw some ideas my way?
tia!