You can adjust the audio level easily by using alsamixer from an ssh terminal. Once you have alsamixer running, press F6 and then select the USB Audio Device. Then press tab to select Capture. The Mic gain in dB is displayed in the top left and the percentage under the histogram. You can dynamically adjust the gain using the up and down arrow keys to set the right level for your Mic. Note the dB setting that you want.
The setting should get saved when you shutdown, but if it does not get saved, you can reset it with the command
Code: Select all
amixer -c 1 -- sset Mic Capture -12dB
Code: Select all
sudo alsactl store
Dave, G8GKQ