I am working on conference related application, i have first capture audio with CaptureSession, now I want to play the audio data dynamically without saving into file. I have tried with AVQueue
it seems both CaptureSession
and AVQueue
won't work together when I starts queue it stops capture, so What can I do now to play audio captured through CaptureSession?
thanks for your helps