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** If `pause()` is called while the next track is loading, the track still plays after it has loaded. **Expected behavior** The track would not play once it...

**Describe the bug** after the current audio reach to end and ask the player to play next audio as I choose to not play automatically the current time continues counting...

add function to play immediately when buffer is available

**Is your feature request related to a problem? Please describe.** In my project I would like to override some portions of QueuedAudioPlayer. I cannot because is it marked as `public`,...

**Describe the bug** Let met start by saying I don't do much with Swift; I'm using this library as a part of [react-native-track-player](https://github.com/react-native-kit/react-native-track-player). Our app implements skipBackward and skipForward. Randomly,...

Is it possible to use this library to play files that are served from S3 with Content-Type: application/octet-stream headers?

**Describe the bug** When app goes into the background, audio stop play. I checked Audio, AirPlay, and Picture in Picture in Background Modes

It's important to set the wrapper class and all of its methods & properties access level to be 'open', so I can implement my custom wrapper on top of this...

enhancement

Hi, I want to show song details when I'm connecting to some Bluetooth device like tv. How can I do it? For now, ic can see when I connect to...

Hello @jorgenhenrichsen , I have a table view with a list of categories. When I'm open any category, I have a list of songs. I'm adding the list of songs...