Oct 2, 2023 · AlsaMixer is a command-line audio mixer tool for the Advanced Linux Sound Architecture (ALSA). Using AlsaMixer you can adjust various audio settings of your DAC Hat or soundcard, including volume levels, balance, and other audio-related parameters, for both input and output audio devices.
May 16, 2025 · amixer and alsamixer are core ALSA utilities that provide command-line and interactive control of sound card mixer settings. They enable users to manipulate playback and capture volumes, toggle mute/u
Jan 25, 2026 · The Advanced Linux Sound Architecture (ALSA) provides kernel driven sound card drivers. It replaces the original Open Sound System (OSS). Besides the sound device drivers, ALSA also bundles a user space driven library for application developers. They can then use those ALSA drivers for high level API development. This enables direct (kernel) interaction with sound devices through ALSA libraries.
Dec 5, 2019 · Firstly type in terminal alsamixer to enter the alsamixer UI. Then make the configurations you need (e.g increase speakers/headphones level or unmute something pressing "m" on keyboard). Now the most important part. Before you exit alsamixer , open a new terminal and run sudo alsactl store to save alsa settings.
Jun 1, 2026 · alsamixer is a terminal-based mixer for the ALSA sound system. It provides an ncurses interface for inspecting and adjusting mixer controls on Linux sound devices, making it a practical tool for changing playback and capture settings directly from the command line.