If you want to see pytch
in action, watch our demo video.
Please have a look at our wiki for an explanation of the GUI.
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
Open a terminal, type
pytch
hit return and sing!
Every contribution is welcome. Please feel free to open and issue or a pull request. 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