Hi all I'm using AVQueuePlayer
to play a sequence of media files (audio, video). I sometimes have PlayItems
that are shorter than the durations I need i.e. I want a silence between some items. I have been considering trying to use some combination of addPeriodicTimeObserverForInterval
addBoundaryTimeObserverForTimes
or running my own NSTimer
.
It doesn't need to be super accurate + or - 1 Second is acceptable. I'm wondering if there is any collective wisdom out there about these using these API calls to achieve this kind of functionality ?