Forrest logo
back to context overview

amixer

List of commands for amixer:

  • amixer:ai:55827 How to set the volume for asound
    $ amixer set Master ${volume_level}
    try on your machine
    explain this command
  • amixer:ai:c822c Set the volume to 100% using the amixer command in Linux
    $ amixer set Master 100%
    try on your machine
    explain this command
  • amixer:tldr:b32b2 amixer: Turn up the master volume by 10%.
    $ amixer -D pulse sset Master ${10%+}
    try on your machine
    explain this command
back to context overview