riul88 / call-recorder-for-android

call-recorder-for-android fork
159 stars 98 forks source link

bugfix: use correct AudioSource for Android 6 and above #49

Open kristianlm opened 6 years ago

kristianlm commented 6 years ago

On Android Marshmallow (6) and above, no recordings were possible and no files would be created. Instead, we get an error message regarding audio capture.

This issue, however, briefly describes the solution, which is basically this patch.

Now the calls seems to be recorded correclty (tested on Android 6.0.1).

Note that even though the source says just MIC, both voices in the call are captured.

UsmanAhmadSaeed commented 3 years ago

@kristianlm Could you please provide the compiled apk for this fixed version?