Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 576 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 576 Bytes

Welcome to PerfectPitch

PerfectPitch is a music separation tool, with the backend & models of spleeter.

PerfectPitch

Running Dependencies:

  • python3
  • spleeter
  • ffmpeg
# install dependencies using conda
conda install -c conda-forge ffmpeg libsndfile
# install spleeter using pip
pip install spleeter

Additional Compiling Dependencies:

  • visual studio (for compiling the code)
  • inno setup (for creating an installer)