Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Linux audio
- - pactl
- https://manpages.ubuntu.com/manpages/trusty/en/man1/pactl.1.html
- # useful commands
- ## list sources for index id
- pactl list sources
- ## list sinks for index id
- pactl list sinks
- ## mute source (mic)
- pactl set-source-mute ID 0|1|toggle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement