mackron / miniaudio

Audio playback and capture library written in C, in a single source file.
https://miniaud.io
Other
4.07k stars 361 forks source link

Android call recording #710

Closed DieguJota closed 1 year ago

DieguJota commented 1 year ago

Congratulations on the library, I was surprised how easy it is to use it in my project.

I wanted to know if it is possible to use this library to record calls on Android, I know the limitations that exist using "MediaRecorder" and "AudioRecorder" in Java, but I wanted to know if it is possible to circumvent them using native recording, recording both sides of the call. Would it be possible to record all applications with this? Since I will be recording directly from the device.

mackron commented 1 year ago

No, this is not supported by miniaudio and is a non-goal of the project.