SwiftAudio icon indicating copy to clipboard operation
SwiftAudio copied to clipboard

Audio player for iOS

Results 52 SwiftAudio issues
Sort by recently updated
recently updated
newest added

how should I implement current time delegates to update view?

**Describe the bug** In debug mode all works like charm, in release the app crashes trying to play audio. **To Reproduce** Install pod, add tracks and run in release mode....

**Describe the bug** After I initialize my player, I set `player.audioTimePitchAlgorithm = .varispeed`, but it doesn't work. (Really, I want Spectral, but varispeed should be really obvious and produce a...

**Describe the bug** When you try and fetch the current time using player.currentTime AFTER having seeked a track; it returns a value that is off by < 1%. By way...

Hi, I'm using this library to open local url but I have a problem when I try to open an url that contains whitespaces in filename. So, for example, if...

Is it possible to get total duration of a remote audio file? By using the event `updateDuration` event the duration is continually updated (I think until everything has been downloaded/buffered?)....

Player state sometimes does not change to `playing`, even though audio starts and `elapsedSecond` event emits. It happens randomly, but more often if your network connection is slow. I'm testing...

**Is your feature request related to a problem? Please describe.** go to the last song when I am on the first one and I click on previous **Describe the solution...