A pulseaudio audio routing application
Project description
Pulsemeeter
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)
Table of Contents
Features
- 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
Installation
Dependencies
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
Python Dependencies
Pip will automaticly install these dependencies
Optional 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
Any distro
Single user
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
For all users
sudo pip install pulsemeeter
Arch (AUR)
Two packages are available in the AUR: pulsemeeter and pulsemeeter-git.
Build from source:
Single user
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 .
For all users
git clone https://github.com/theRealCarneiro/pulsemeeter.git
cd pulsemeeter
sudo pip install .
Uninstall
sudo pip uninstall pulsemeeter
Add local bin to PATH
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"
Start devices on startup
All connections and devices will be restored with the command pulsemeeter init
Discord Server
If you want to get updates about new features, patches or leave some sugestions, join our discord server
Special thanks to
- xiph.org/Mozilla's excellent RNNoise.
- @werman's noise-suppression-for-voice
- @swh's swh-plugins
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pulsemeeter-1.2.14.tar.gz
.
File metadata
- Download URL: pulsemeeter-1.2.14.tar.gz
- Upload date:
- Size: 118.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ebac9f974059b7bf767d95698db475026e45ffc6f3778766c25fc9d1301c699 |
|
MD5 | 51c0a0996bbc2eb72d129bdd85f43318 |
|
BLAKE2b-256 | 42620862195d16c1e84ef037ae83ffd440c4170856ebfc0f912e3047f4e7e0aa |
File details
Details for the file pulsemeeter-1.2.14-py3-none-any.whl
.
File metadata
- Download URL: pulsemeeter-1.2.14-py3-none-any.whl
- Upload date:
- Size: 126.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eac10694ac6456a7ed586fe4c169b5ee979ebc71decf302bc2a7b5aae8162540 |
|
MD5 | 2e61f2f6489dae337ae08322d7f4ea82 |
|
BLAKE2b-256 | 7d4c21adc7c609fdff043af5c04a719b6befb58641248b746f143e15a75b522b |