In my app i want to record the song that is being played on the phone. I have searched for it and found that there is no way to record internal audio in android. One possible way is to use Visualizer but it gives a very low quality audio. Is there any way I allow the user to browse and stream song in webview in my application and then record the audio somehow? I can not find any article or blog that can help. Thank you
Asked
Active
Viewed 206 times
1 Answers
0
Android MediaRecorder Documentation
According to this you can get the audio stream playing the song but you need root permissions on the phone. You can record the song using the Mic but that results in loss of quality.

Prajjwal Srivastav
- 187
- 2
- 12
-
yes i know. i dont want root permission that is why i am searching for some other workaound – S.Khan Feb 28 '17 at 16:02
-
AFAIK there is no such workaround apart from recording directly from mic. – Prajjwal Srivastav Feb 28 '17 at 16:25