In all apps that use audio the sound level is very low.
As soon as I open the audio controls such as PulseAudio volume control, the sound seems to jump up by about 50%. If I use zoom, just by having that volume control app open, my workmates can hear me clearly. With it closed, the volume drops below 50% after 2 seconds.
How do I fix this?
I have tried setting:
flat-volumes = no
And restarting, but that made no difference.
Sometimes using
alsamixer
helps to give a more static control over the input and output volume.First, install the
alsa-tools
package:Then, run the following command:
You may need to press F6 to select your sound card if you have multiple audio devices.
Press F5 to show all parameters.
Use the left and right arrow keys to select a different item, up and down arrows to increase or decrease the volume. When a parameter is selected, press M to toggle mute on or off (this will be shown below the volume bar as
MM
when muted or00
when mute is off).Also, it's usually suggested to disable or toggle the automute item OFF (I believe up or down arrow or SPACE_BAR will toggle this item).