add alsa sound basics

This commit is contained in:
Malin Freeborn 2020-03-31 04:22:59 +02:00
parent e27b2ad026
commit 408a3ece92
1 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# Pulse
If you have pulse, use pulse.
Check with `which pulseaudio`. No output means you need to use alsa (below).
# Volume Control
> pactl set sink @DEFAULT_SINK@ +5%
@ -23,3 +27,16 @@ amixer scontrols
pulseaudio -k && sudo alsa force-reload
# Alsa
Toggle, mute, increase or decrase audio:
> amixer sset Master toggle
> amixer sset Master mute
> amixer sset Master 5%+
> amixer sset Master 5%-