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

I am using this code: `for i in 0 ..< songInfoArray.count { let item = songInfoArray[i] let audio = DefaultAudioItem(audioUrl: item.url artist: item.singerName, title: item.title, albumTitle: item.thumbnail, sourceType: .stream) sources.append(audio)...

Hey! Right now AudioPlayer asks items for related remote commands or uses those provided when track changes. I find very useful to have the ability to refresh them later (because...

enhancement