I try to develop iOS PCM streaming app.
Before it, I have developed Android app with AudioTrack class, audio playing is very well in long time.
In iOS, I use AudioQueue APIs.
AudioQueue play streamed PCM data very well for a few seconds,
but soon playing sound is on and off. What can I do?
(still streaming, and queueing AudioQueue)
I want to make app that like Android app with AudioTrack class.
Please give me any idea.