AVQueuePlayer stutters when modifying the next item in line

33 Views Asked by At

The audio playback stutters for a brief moment when modifying the queue.

Whenever I try to modify the next item in the line of playback, the audio always stutters. It doesn't matter if I add a new element, or remove the next in-line element.

Sample code:

let currentItem = queuePlayer.currentItem
queuePlayer.insert(someNewItem, after: currentItem)
0

There are 0 best solutions below