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 handleSkipBackward #177

Closed pietrorea closed 1 year ago

pietrorea commented 1 year ago

handleSkipBackward was going back the number of seconds configured for skipping forwards, instead of for skipping backwards.

pietrorea commented 1 year ago

Please disregard this PR. This diff had other merged changes in it. I opened another PR to target just the fix for https://github.com/tanhakabir/SwiftAudioPlayer/issues/178