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

Fix runtime error on queuing audio. #139

Closed tanhakabir closed 2 years ago

tanhakabir commented 2 years ago

Fixes #128

Prevents double initialization of engine from double notification on end of audio. Was able to remove timer from doing this.