Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adjust Microphone Recording Volume

We are trying to adjust the volume level at which we record. It seems like the microphone is very sensitive and picks up a lot of static.

We looked at setVolumeControlStream, but could not find a stream to pass into it to control the microphone.

like image 576
Michael Avatar asked May 13 '11 16:05

Michael


People also ask

What volume should my mic be when recording?

You should record vocals at an average of -18dB for 24-bit resolution. The loudest parts of the recording should peak at -10dB and be lowest at -24dB. This is to keep an even balance on the level of the vocals without distortion. Why is decibel range so important when it comes to recording vocals?

How do I adjust microphone settings?

Go to Settings > System > Sound. Under Input, make sure your mic is selected, then click Device Properties. Select Additional device properties. In the Levels tab, increase or decrease the Microphone (sensitivity).

Why is my mic volume so low?

Check microphone volume level Right-click the Volume icon in your system taskbar. Click Open Sound settings. Click Device Properties in the Input section. Check your microphone level and see if it is set too low.


1 Answers

Set your audio source as 'MIC' using MediaRecorder.AudioSource class and adjust volume by calling onVolumeSetRequest method.

like image 144
JiTHiN Avatar answered Oct 24 '22 11:10

JiTHiN