Skip to content

pytchtracking/pytch

Repository files navigation

Pytch - A Real-Time Pitch Analysis Tool For Polyphonic Music

Tests

screenshot

Download and Installation

Clone the project

git clone https://github.com/pytchtracking/pytch
cd pytch

Install pytch:

pip install .

On Linux, make sure the portaudio library is installed:

sudo apt install libportaudio2

Run

Open a terminal, type

pytch

hit return and sing!

Contribution

Every contribution is welcome. To ensure consistent style we use black. You can add automated style checks at commit time using pre-commit

pip install pre-commit
pre-commit install