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

**Describe the bug** MPRemoteCommandCenter not showing at my notification screen. **Desktop (please complete the following information):** - OS: 10.15.7 - Version [e.g. 0.7.0] **Smartphone (please complete the following information):** -...

**Describe the bug** I set my network link conditioner on 3g, when I play a song at music player at the middle of song music player state change to .loading...

**Describe the bug** So, I play song (format song is flac), after I seek progres bar the song and progress bar seems not synchronize. the progress bar and elapsed playback...

**Describe the bug** So, I try add AVURLAssetPreferPreciseDurationAndTimingKey on load(from:playWhenReady:initialTime) in AVPlayerWrapper class ``` func load(from url: URL, playWhenReady: Bool, initialTime: TimeInterval? = nil, options: [String : Any]? = nil)...

Add metadata observer to get metadata from the stream (TimedMetadata)

when we use http audio song . Player not load properly and player not provide current time and maximum duration.

**Describe the bug** When sourceType: .stream, it works. But not working with local file in Queue. Code: var player = QueuedAudioPlayer() let filePath = "/Users/xxxx/1.m4a" let audioItem = DefaultAudioItem(audioUrl: filePath,...

I am getting an error, "No such module 'SwiftAudio'", when I try and build the example app. I cloned the repository, navigated to the Example folder, ran pod install, and...

create observable for bufferedPosition so player can get the info about time ranges indicating media data that is readily available every time bufferedPosition has a new value (note: it still...

**Describe the bug** I want to reset QueuedAudioPlayer's queue, but the reset() method is not accessible. **To Reproduce** Call queuedPlayer.reset() **Expected behavior** queuePlayer queue can be cleared so that it...