Git Product home page Git Product logo

pulsemeeter's Introduction

Pulsemeeter

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

pypi AUR AUR Discord License Donate Donate

(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

Starting devices only

If you only want to restore all connections and devices but not start the entire application, you can run:

pulsemeeter init

Start pulsemeeter as a daemon

You can run pulsemeeter as a daemon, might be useful if you want the app the start in the tray on startup

pulsemeeter daemon

Extensions

@Fl1tzi Elgato Streamdeck intergration pulsemeeter-streamdeck

Discord Server

If you want to get updates about new features, patches or leave some sugestions, join our discord server

Special thanks to

pulsemeeter's People

Contributors

therealcarneiro avatar fl1tzi avatar dacid44 avatar sorensd avatar hugeblank avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.