tanhakabir / SwiftAudioPlayer

Streaming and realtime audio manipulation with AVAudioEngine
https://medium.com/chameleon-podcast/creating-an-advanced-streaming-audio-engine-for-ios-9fbc7aef4115
MIT License
546 stars 108 forks source link

Interruption Handling not working properly #154

Open maasim94 opened 2 years ago

maasim94 commented 2 years ago

Interruption handling works when interruption started, it does pause accordingly. but once interruption ended it did not play again. handleInterruption in SAPlayer is being called and if you run app with break points on this method it works properly. this behaviour does not happen for siri interruption but for calls interruption whether it's phone call or WhatsApp call.