Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Record with high volume in android

I am doing audio recording using MediaRecorder, but unfortunately when I playback the recorded audio, I have media with a very low volume. I don't hear anything (almost anything).

Is there any possibility to increase recording volume? Like setVolume() when we record? I try to see in MediaRecorder API but i can't find setVolume or something like that.. Is there any work around? Thanks.

like image 950
user430926 Avatar asked Feb 17 '12 12:02

user430926


1 Answers

Well after some r&d and googling i found is there is no specific volume for mic. when you are recording that takes media volume as mic volume.

So to set it, Goto

Settings->Sound->Volume->

and check Media volume.

If you wan to Record in the full Volume then keep Media Volume high and if you want to record in low Volume then keep Media Volume Small.

AIK there is no other sollution.

So please do it for your case.

like image 163
Shreyash Mahajan Avatar answered Sep 23 '22 06:09

Shreyash Mahajan