Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 870 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 870 Bytes

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