StreamingKit
StreamingKit copied to clipboard
Delegate progress issue when interrupted
I'm trying to continue the played track where it stops after interruption, but this delegate func doesn't work at all when it comes to reporting progress
func audioPlayer(_ audioPlayer: STKAudioPlayer, didFinishPlayingQueueItemId queueItemId: NSObject, with stopReason: STKAudioPlayerStopReason, andProgress progress: Double, andDuration duration: Double) {
}
if anyone got an idea how to solve it?
Hi @Yoloabdo Did you manage to get through this?