不是录制麦克风!不是录制通话!!
比如手机正在播放音乐,或者看视频,或者玩游戏,这时候启动录音,从安卓手机内部录制手机发出的声音.
也就是类似电脑上的立体声混音.
注意,不是麦克风!!!!!!!!!
闭关修行中......
Use an audio cable to connect the headphone jack of your phone and the microphone jack of your computer
You can refer to the API used by open source screen recording softwaresuch as https://github.com/yrom/ScreenRecorder
Due to legal reasons.
MediaRecorder recorder = new MediaRecorder(); recorder.setAudioSource(MediaRecorder.AudioSource.VOICE_CALL);
This API cannot take effect. It doesn’t work when recording calls. You can test it when recording audio and video. Hope that helps.
You cannot record internally unless you are root
Sir, have you found a way?
Use an audio cable to connect the headphone jack of your phone and the microphone jack of your computer
You can refer to the API used by open source screen recording software
such as https://github.com/yrom/ScreenRecorder
Due to legal reasons.
This API cannot take effect.
It doesn’t work when recording calls. You can test it when recording audio and video.
Hope that helps.
You cannot record internally unless you are root
Sir, have you found a way?