snippetbashTip
pulseaudio-ctl — Control PulseAudio volume. More information: <https://github.com/graysky2/pulseaudio-ctl>.
Viewed 0 times
volumepulseaudiocommandcliinformationcontrolpulseaudio-ctlmore
linux
Problem
How to use the
pulseaudio-ctl command: Control PulseAudio volume. More information: <https://github.com/graysky2/pulseaudio-ctl>.Solution
pulseaudio-ctl — Control PulseAudio volume. More information: <https://github.com/graysky2/pulseaudio-ctl>.Increase volume by 5%:
pulseaudio-ctl upIncrease volume by a specific amount:
pulseaudio-ctl up {{amount}}Decrease volume by 5%:
pulseaudio-ctl downDecrease 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 muteToggle microphone mute:
pulseaudio-ctl mute-inputCode Snippets
Increase volume by 5%
pulseaudio-ctl upIncrease volume by a specific amount
pulseaudio-ctl up {{amount}}Decrease volume by 5%
pulseaudio-ctl downDecrease volume by a specific amount
pulseaudio-ctl down {{amount}}Set volume to a specific percentage
pulseaudio-ctl set {{percentage}}Context
tldr-pages: linux/pulseaudio-ctl
Revisions (0)
No revisions yet.