Recording output from AudioManager - Android
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 AudioRecorder
or MediaRecorder
functionality.
精彩评论