ubuntu:sound:change_the_volume
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:sound:change_the_volume [2020/05/02 23:52] – peter | ubuntu:sound:change_the_volume [2022/10/11 12:13] (current) – [Using Alsa] peter | ||
---|---|---|---|
Line 20: | Line 20: | ||
</ | </ | ||
- | See also http:// | + | <WRAP info> |
+ | **NOTE: | ||
+ | </ | ||
- | ---- | ||
---- | ---- | ||
Line 37: | Line 39: | ||
sudo alsactl store | sudo alsactl store | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Using amixer and pactl ===== | ||
+ | |||
+ | |||
+ | ==== Increase volume ==== | ||
+ | |||
+ | <code bash> | ||
+ | amixer set Master playback 5dB+ | ||
+ | pactl set-sink-volume @DEFAULT_SINK@ +5% | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Reduce volume ==== | ||
+ | |||
+ | <code bash> | ||
+ | amixer set Master playback 5dB- | ||
+ | pactl set-sink-volume @DEFAULT_SINK@ -5% | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Toggle mute/unmute volume ==== | ||
+ | |||
+ | <code bash> | ||
+ | amixer -D pulse set Master toggle | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ |
ubuntu/sound/change_the_volume.1588463526.txt.gz · Last modified: 2020/07/15 09:30 (external edit)