How to play next file using Audio Queue Services

Posted by Stanislav on Stack Overflow See other posts from Stack Overflow or by Stanislav
Published on 2009-10-10T11:53:23Z Indexed on 2010/04/14 17:33 UTC
Read the original article Hit count: 347

Filed under:
|
|
|

What is the right way to play next file using Audio Queue Services? When "play next" button is pressed should I first call AudioQueueStop and then AudioQueuePrime/AudioQueueStart or it is enough to just fill buffers with next file data?

The problem is that the latter gives me sound glitches on iPhone.

© Stack Overflow or respective owner

Related posts about audioqueueservices

Related posts about mac