Skip to main content

A pulseaudio audio routing application

Project description

Pulsemeeter

A frontend to ease the use of pulseaudio's routing capabilities, mimicking voicemeeter's workflow

pypi AUR AUR Discord License Donate Donate

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

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

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

pulsemeeter-1.2.14.tar.gz (118.1 kB view hashes)

Uploaded Source

Built Distribution

pulsemeeter-1.2.14-py3-none-any.whl (126.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page