I am looking to record audio from the device and not from the MIC. I have looked through all the usual audiorecorder and mediarecorder functions and cant find anything on it. The sound that I want would be the sound from “AudioManager.STREAM_MUSIC” but cant think of a way to save it.
To elaborate I need to save/record the sound that would be coming out of the device speaker.
Any help VERY much appreciate guys!
There is currently no way to do this in Android using the
AudioRecorderorMediaRecorderfunctionality.