A frontend to ease the use of pulseaudio's routing capabilities, mimicking voicemeeter's workflow
Wiki: [Installation] [How to use]
(This screenshot was taken while using ant dracula gtk theme, it will use your theme)
- Create virtual inputs and outputs
- Route audio from one device to another
- Volume control
- Equalizer for hardware and virtual outputs
- Rnnoise noise reduction (same algorithm as noisetorch) for hardware inputs
Visit the dependencies section in the wiki to get in depth information on how to install these for your specific system.
- pip
- libappindicator3
- gobject-introspection-1.0
- libpulse
Pip will automaticly install these dependencies
These dependencies are optional and will enable new features in the application
- noise-suppression-for-voice for noise reduction
- swh-plugins for equalizers (apt/dnf/pacman packages available)
- pulse-vumeter for volume level information
When installing for a single user (without sudo) you need to add ~/.local/bin to your path, this section will show you how to do it
pip install pulsemeeter
sudo pip install pulsemeeter
Two packages are available in the AUR: pulsemeeter and pulsemeeter-git.
When installing for a single user (without sudo) you need to add ~/.local/bin to your path, this section will show you how to do it
git clone https://github.com/theRealCarneiro/pulsemeeter.git
cd pulsemeeter
pip install .
git clone https://github.com/theRealCarneiro/pulsemeeter.git
cd pulsemeeter
sudo pip install .
sudo pip uninstall pulsemeeter
When installing for a single user, you to need to have $HOME/.local/bin in your PATH, to do this, you'll have to add this line to your ~/.profile (or .zprofile if you use zsh as your login shell) file
export PATH="$HOME/.local/bin:$PATH"
If you only want to restore all connections and devices but not start the entire application, you can run:
pulsemeeter init
You can run pulsemeeter as a daemon, might be useful if you want the app the start in the tray on startup
pulsemeeter daemon
@Fl1tzi Elgato Streamdeck intergration pulsemeeter-streamdeck
If you want to get updates about new features, patches or leave some sugestions, join our discord server
- xiph.org/Mozilla's excellent RNNoise.
- @werman's noise-suppression-for-voice
- @swh's swh-plugins