AudioPlayerManager
AudioPlayerManager copied to clipboard
play song at index
hi,
after adding songs with AudioPlayerManager.shared.play(urlStrings: urls, at: index)
how can i play a song at an index without passing urls again ?
This feature is actually missing. It's only possible to move one track backwards and forwards, but not to a specific index. I'll add it to the to do list :)
@tschob please is this feature available now? Also, I would like to know the current index of the playing audio, I need the index to call an API base on the playing index. Thank you.