AudioPlayer icon indicating copy to clipboard operation
AudioPlayer copied to clipboard

AudioPlayer is syntax and feature sugar over AVPlayer. It plays your audio files (local & remote).

Results 38 AudioPlayer issues
Sort by recently updated
recently updated
newest added

An error occurred at random time when the player starts playing audio (i often founds using live audio URL). This occurs only when Third-party audio is playing using their audio...

How to identify track change in one audio item (radio live stream url). I got track information when metadata is available but when metadata not available than how to identify...

In my code, delegate method always returns percentageRead to be 0. For local files it works perfectly. But when streaming i am facing the issue... One thing i noticed, didFindDuration...

I can't seek in MPNowPlayingInfoCenter, I see only progress line. Anybody know what a problem is?

question

I am trying to get the audioPlayer to play a track from a server almost instantly, and I know that swifts AvPlayer has a function player.playImmediately(atRate: 1.0), just wondering if...

How to handle http errors? For example a response with 403, the error is not exposed properly.

Hi @delannoyk Thanks for your project. I used it in one of my Cocoa application. It works great until I run into an issue: Once the `stateBeforeBuffering` is change to...

How to reproduce: 1. Start playing an item 2. Set player.mode to .repeat 3. Wait until the end of the track Expected: Track will be played again from the beginning...

bug

Consistently getting the error: [avas] AVAudioSession.mm:1177:-[AVAudioSession setActive:withOptions:error:]: Deactivating an audio session that has running I/O. All I/O should be stopped or paused prior to deactivating the audio session. Issue only...

It would be great if the next song in the queue was automatically buffered for gapless playback between tracks.

enhancement