AudioPlayerManager icon indicating copy to clipboard operation
AudioPlayerManager copied to clipboard

⚠️ No longer maintained ⚠️ Small Swift Wrapper and Queue-Manager around AVPlayer which let you play MediaPlayer items and stream songs from URLs.

Results 22 AudioPlayerManager issues
Sort by recently updated
recently updated
newest added

support for seek from control center or lock screen

Sorry for creating issue here. i want to use FolioReaderKit in my app, pod installed but i got an following error while opening book. Assertion failure in -[MPSkipTrackCommand addTarget:action:], /Library/Caches/com.apple.xbs/Sources/MediaPlayer/MobileMusicPlayer-4017.700.3/SDK/MPRemoteCommand.m:134...

Pause the song and click forward or rewind button then player is automatically playing the song.

Hello! Wie geht es dit? this is a really awesome repo by the way! I have noticed a problem when trying my app that uses your repo which is that...

First of all thanks for this amazing library, it has been really helpful so far. I was trying find a way to set images from url as album artwork but...

question
needs feedback

After play sound from url it's stop automatically after few second (10-20) I used same url in example.

needs feedback

Hi, Is it possible to get player state? Like Buffering, Error, Playing and Pause. I can get playing and pause by `AudioPlayerManager.shared.isPlaying()`. But would like to know if there is...

enhancement
question

Hi ! I want to know how to support airplay sharing ? How how to update playing speed ? x1.25, x1.5, x2.0 ect Thanks

enhancement
question

The `AudioPlayerManager` class has two public functions that take a queue number/generation as a parameter. ``` open func prepend(_ audioTracks: [AudioTrack], toQueue generation: Int) open func append(_ audioTracks: [AudioTrack], toQueue...

enhancement

I'm not sure if the documentation is lying to me, or the code is wrong. AudioPlayerManager.swift v.1.2.3 ``` /// Set this to true if the `AudioPlayerManager` log should be enabled....

bug