Skip to content

Generate an executable (.exe) of Basic Pitch audio-to-MIDI tool using pyinstaller. See https://basicpitch.spotify.com/

License

Notifications You must be signed in to change notification settings

achimmihca/basic-pitch-exe

Repository files navigation

Compile an executable of Basic Pitch, a lightweight yet powerful audio-to-MIDI converter with pitch bend detection.

The executable is compiled using pyinstaller.

How to Build Executable

  • Install a recent version of Python (3.10.11 or newer)
  • Clone the repo and navigate to the project folder
  • Create a virtual environment: python -m venv env
  • Activate the virtual environment: env\Scripts\Activate.ps1 (for Windows PowerShell)
  • Install dependencies: pip install -r requirements.txt
  • Optional: Run Python file to test your setup basic_pitch_exe.py --input_file example_audio.ogg
  • Compile executable using pyinstaller pyinstaller basic_pitch_exe.spec
    • The resulting executable can be found in the dist folder

About

Generate an executable (.exe) of Basic Pitch audio-to-MIDI tool using pyinstaller. See https://basicpitch.spotify.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages