User Tools

Site Tools


ubuntu:sound:change_the_volume

This is an old revision of the document!


Ubuntu - Sound - Change the volume

Using mp3gain

find / -iname '*.mp3' -exec /home/peter/Downloads/mp3gain/mp3gain -r -c -m 4 {} \;

Using Alsa

Control the volume using the alsa utils.

The volume of sound cards can be controlled with amixer.

amixer set -c 0 Master 25 unmute
amixer set -c 0 PCM 25 unmute

See also http://slopjong.de/2011/08/20/unmute-the-sound-card-using-the-alsa-utils/



Using alsamixer

alsamixer

Save the settings.

sudo alsactl store
ubuntu/sound/change_the_volume.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki