Is there a way to record system sound with MediaRecorder in android?

427 views Asked by At

I have a media recorder, and i want to take screen capture without mic audio, only with the system sound. Is there some solution to disable my mic and to capture system sounds?

mediaRecorder.setAudioSource(MediaRecorder.AudioSource.NEED_SYSTEM_AUDIO_RESOURCE_HERE);
1

There are 1 answers

0
LM_IT On BEST ANSWER

Unfortunately not. By Design mediarecorder took as audiosource only the predefined ones as per instruction.