MediaRecorder.AudioSource.VOICE_CALL 不适用于 Android 4.1.2 中的通话录音

2024-04-22

https://github.com/esnyder/callrecorder https://github.com/esnyder/callrecorder
我已应用此源代码来执行通话录音,但它不是录音通话(双向录音)。

经过大量搜索后,我发现 Android 在 4.1 版本之后已禁止通话录音服务。但有一个通话录音应用程序 https://play.google.com/store/apps/details?id=polis.app.callrecorder在 google play 上,它在我的手机上也运行良好。

如何在我的应用程序中执行通话录音功能?


AudioSource.VOICE_CALL 不适用于 android 4.0 但适用于 android 2.3 https://stackoverflow.com/questions/14728615/audiosource-voice-call-not-working-in-android-4-0-but-working-in-android-2-3/14785968#14785968

在帖子上发布较晚,但仍然检查此链接希望它会有所帮助

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

MediaRecorder.AudioSource.VOICE_CALL 不适用于 Android 4.1.2 中的通话录音 的相关文章

随机推荐