syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.94k stars 822 forks source link

Recording Audio from Mic and Speaker simulatenously. #179

Open pjebs opened 9 years ago

pjebs commented 9 years ago

I will be running video chat on my app. Therefore there will be sound from other person I am chatting with as well as audio from myself (via microphone).

Will this library allow my to capture the entire conversation (sound from mic and speaker) and save it as a file on disk?

pjebs commented 9 years ago

AVAudioRecorder only captures the mic audio and not the speakers.

syedhali commented 9 years ago

Will get back to you on this

pjebs commented 9 years ago

Any news on this issue?