StreamingKit icon indicating copy to clipboard operation
StreamingKit copied to clipboard

Delegate progress issue when interrupted

Open Yoloabdo opened this issue 7 years ago • 1 comments

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?

Yoloabdo avatar Jul 23 '17 17:07 Yoloabdo

Hi @Yoloabdo Did you manage to get through this?

diegostamigni avatar Mar 27 '19 17:03 diegostamigni