syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.96k stars 822 forks source link

EZAudioPlayer doesn't restart play after incoming call. #330

Closed saitjr closed 8 years ago

saitjr commented 8 years ago

What a pity! syedhali no longer update this framework.

But I met a problem (had been solved already). EZAudioPlayer doesn't restart play after incoming call, and the app crashed. So I find a solution on StackOverFlow.

http://stackoverflow.com/questions/15913312/reacquisition-of-microphone-in-background-in-ios

I have no idea where should I edit in EZAudio. So I just show this solution to you, not pull request.