initial commit
This commit is contained in:
25
sound/basics.md
Normal file
25
sound/basics.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user