El búfer de AudioQueue está vacío en la devolución de llamada
Frecuentes
Visto 261 veces
2
I am using AudioQueue to read the AudioBuffer which indirectly read the Audio input from Mic, But it seems, Callback is not hitting,
Below is logic in brief
1-- Run a Audio Thread
2 -- Create AudioQueue
3 -- Configure AudioQueue,
4 -- Process the Callback
5 -- When user wanted to stop the Audio flow,
6 -- Stop the AudioQueue
7 -- Stop the thread
Will provide you the code if needed.
1 Respuestas
1
I had the same problem, it seems, if you create the AudioQueue in "C" thread, it might not invoke the callback, and might be thats the issue,
Respondido el 05 de Septiembre de 12 a las 10:09
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas macos cocoa core-audio audio-streaming audioqueue or haz tu propia pregunta.