Penguin
Note: You are viewing an old revision of this page. View the current version.

Someone did searches on google for how to unmute audio from the command line using aumix(1), so I thought I better write some content about it. Muting in aumix appears to be accomplished by setting all of volume sliders to 0. Unmuting is restoring it to it's saved position. To achieve this from the command line you can save the current settings use "-f /.unmutesettings -S" and then set the master volume to 0 using -v 0. To unmute it aumix "-L -f /.unmutesettings". This is untested.