lk/sound/basics.md

43 lines
573 B
Markdown
Raw Normal View History

2020-03-31 02:22:59 +00:00
# Pulse
If you have pulse, use pulse.
Check with `which pulseaudio`. No output means you need to use alsa (below).
2020-01-02 00:04:35 +00:00
# Volume Control
> pactl set sink @DEFAULT_SINK@ +5%
Find working outputs:
> aplay -l
#Sound Settings
Surround.5 seems best.
# Find what sound settings exist
amixer scontrols
# Change a sound setting
> amixer set Master 5%-
# Restart everything
pulseaudio -k && sudo alsa force-reload
2020-03-31 02:22:59 +00:00
# Alsa
Toggle, mute, increase or decrase audio:
> amixer sset Master toggle
> amixer sset Master mute
> amixer sset Master 5%+
> amixer sset Master 5%-