Re: AudioSessionSetActive(true) at end of audio interruption fails when called from background app
Re: AudioSessionSetActive(true) at end of audio interruption fails when called from background app
- Subject: Re: AudioSessionSetActive(true) at end of audio interruption fails when called from background app
- From: Richard <email@hidden>
- Date: Mon, 29 Apr 2013 20:41:41 -0400
Thanks for the suggestion, Rinoy, I tried it and I see that it is always PlayAndRecord as I expect. I also tried printing some other parameters like the streamDescription and they all match what I have set in the beginning.
I wonder if I need to Unitialize and Re-Initialise the session. I read somewhere that the Session only needs to initialized once and setActive true or false should be adequate after that.
Richard