mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 01:57:24 +00:00
Update cheatsheets
This commit is contained in:
41
tldr/linux/pulseaudio-ctl
Normal file
41
tldr/linux/pulseaudio-ctl
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pulseaudio-ctl
|
||||
|
||||
> Control PulseAudio volume.
|
||||
> More information: <https://github.com/graysky2/pulseaudio-ctl>.
|
||||
|
||||
- Increase volume by 5%:
|
||||
|
||||
`pulseaudio-ctl up`
|
||||
|
||||
- Increase volume by a specific amount:
|
||||
|
||||
`pulseaudio-ctl up {{amount}}`
|
||||
|
||||
- Decrease volume by 5%:
|
||||
|
||||
`pulseaudio-ctl down`
|
||||
|
||||
- Decrease volume by a specific amount:
|
||||
|
||||
`pulseaudio-ctl down {{amount}}`
|
||||
|
||||
- Set volume to a specific percentage:
|
||||
|
||||
`pulseaudio-ctl set {{percentage}}`
|
||||
|
||||
- Set volume to a specific percentage if the current volume is higher than the provided value:
|
||||
|
||||
`pulseaudio-ctl atmost {{percentage}}`
|
||||
|
||||
- Toggle mute:
|
||||
|
||||
`pulseaudio-ctl mute`
|
||||
|
||||
- Toggle microphone mute:
|
||||
|
||||
`pulseaudio-ctl mute-input`
|
||||
Reference in New Issue
Block a user