0

Has anyone ever experienced that an audio output queue in iOS 5 is silent even though the queue is running and no errors are returned?

Downloaded a sample code that had the same issue.

Trenskow
  • 3,783
  • 1
  • 29
  • 35

1 Answers1

0

If you fill the Audio Queue output buffers with zero (or any constant, or very small values close to zero), the audio output will be or seem to be silent.

hotpaw2
  • 70,107
  • 14
  • 90
  • 153