logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Audio Volume - Pamixer Command | Online Free DevTools by Hexmos

Control audio volume effortlessly with Pamixer. Adjust PulseAudio settings, toggle mute, and manage audio streams with command-line. Free online tool, no registration required.

pamixer

A simple command-line mixer for PulseAudio. More information: https://github.com/cdemoulins/pamixer#installation.

  • List all sinks and sources with their corresponding IDs:

pamixer --list-sinks --list-sources

  • Set the volume to 75% on the default sink:

pamixer --set-volume {{75}}

  • Toggle mute on a sink other than the default:

pamixer --toggle-mute --sink {{ID}}

  • Increase the volume on default sink by 5%:

pamixer {{[-i|--increase]}} {{5}}

  • Decrease the volume on a source by 5%:

pamixer {{[-d|--decrease]}} {{5}} --source {{ID}}

  • Use the allow boost option to increase, decrease, or set the volume above 100%:

pamixer --set-volume {{105}} --allow-boost

  • Mute the default sink (use --unmute instead to unmute):

pamixer {{[-m|--mute]}}

See Also