USB Mic Dongle Audio Levels
Posted: Wed Aug 05, 2020 12:00 pm
I have been doing some work on audio levels from the USB Microphone dongle for the Portsdown which also applies to the Langstone.
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
Where the dB setting is in the range -12 to 33. It is set in 1.5 dB steps. You can force this to be saved by the command
The configuration file (owned by root) is at /var/lib/alsa/asound.state.
Dave, G8GKQ
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