0

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.

Stanislav
  • 2,089
  • 1
  • 16
  • 11

1 Answers1

0

Did you find a good solution?

You may have to reset the audio queue also, as the encoding might be different for each file.

user279778
  • 167
  • 5
  • 12