A no-frills volume mixer, with simplicity and usability at its core.
- Simple volume controls including balance and output selection
- Individually change each audio source's values
Releases are also always available as flatpaks on the releases page.
Nightly builds are handled by GitHub actions and the latest one can be found on nightly.link
You can of course download and install this app from source.
Ensure you have these dependencies installed
- granite
- gtk+-3.0
# install elementary-sdk, meson and ninja
sudo apt install elementary-sdk meson ninja-build
# clone repository
git clone https://github.com/ChildishGiant/mixer mixer
# cd to dir
cd mixer
# run meson
meson build --prefix=/usr
# cd to build, install and run
cd build
sudo ninja install && com.github.childishgiant.mixer
# For debugging use
sudo ninja install && G_MESSAGES_DEBUG=all com.github.childishgiant.mixer
# after setting up meson build
cd build
# generates pot file
ninja com.github.childishgiant.mixer-pot
# to regenerate and propagate changes to every po file
ninja com.github.childishgiant.mixer-update-po
Thanks goes to these wonderful people (emoji key):
Allie 🎨 💻 |
Subhadeep Jasu 💻 |
Jeyson Flores 🌍 |
Rajdeep Singha 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!