Files
tldr/pages/linux/pulseaudio-ctl.md
T
kekwlboy12469 8b409dfdd5 pulseaudio-ctl: add page (#18461)
Co-authored-by: Harshavardhan <harshath3018@gmail.com>
Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com>
2025-10-09 10:36:30 +03:00

665 B

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