Skip to content

GiladLeef/PerfectPitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)