I'm messing around with audio playback using AudioQueue. Does anyone know how you can control the rate of playback so that you can fast forward and fast rewind with audio coming out? AVPlayer has a "rate" property, however I need to be using AudioQueue.
I haven't found anything similar in the Multimedia Programming Guide or in Audio Queue Services Programming Guide. It looks like Mac OS X supports kAudioQueueParam_PlayRate as mentioned by Rocky but that doesn't work on iOS