dimitris-c / AudioStreaming

An AudioPlayer/Streaming library for iOS written in Swift using AVAudioEngine.
MIT License
266 stars 56 forks source link

fix(Seek): Fixes an issue with seek on FileAudioSource #65

Closed dimitris-c closed 8 months ago

dimitris-c commented 8 months ago

This fixes an issue when seeking at the beginning of a local file. Fixes issue #51