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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top