commands.sh

pulseaudio-ctl

linux

Control PulseAudio volume.

More info →

Examples (8)

Increase volume by 5%

Increase volume by a specific amount

pulseaudio-ctl up amount

Decrease volume by 5%

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

Toggle microphone mute

pulseaudio-ctl mute-input
made by @shridhargupta | data from tldr-pages