basic-pitch icon indicating copy to clipboard operation
basic-pitch copied to clipboard

A lightweight yet powerful audio-to-MIDI converter with pitch bend detection

Results 51 basic-pitch issues
Sort by recently updated
recently updated
newest added

C:\Users\MohammedMehdiTBER>basic-pitch "C:\Users\MohammedMehdiTBER\Documents" "C:\Users\MohammedMehdiTBER\Downloads\mytrack.flac" --save-midi --multiple-pitch-bends ✨✨✨✨✨✨✨✨✨ ✨ Basic Pitch ✨ ✨✨✨✨✨✨✨✨✨ Traceback (most recent call last): File "C:\Program Files\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Program Files\Python39\lib\runpy.py",...

Removing dependency to `librosa` in favor of Spotify library Pedalboard.

Hi, I would like to use basic-pitch in an iOS mobile application. It seems that it is possible to convert the model into a `tflite.` format, but I am stuck...

- Added option to give audio samples as input for inference rather than path to the audio file. Could be useful when we only want to transcribe an excerpt from...

I have incorporated `"@spotify/basic-pitch": "1.0.1"` into my website. I'm getting good results from most of my test files, but this one particular file crashes: `https://production--endearing-hamster-0de147.netlify.app/audio/paul_001.mp3` (Note that this URL is...

Hi, I run the ```basic-pitch/basic_pitch/experiments/run_evaluation.py``` from branch ```wip-training``` with MAESTRO dataset and model checkpoint from ```basic-pitch/saved_models/icassp_2022```. I expect the result should be similar reported in the paper. However, I got...

I've tried singing various vocal melodies and running them into BasicPitch, via the demo on the website. All solo vocals with no background noise. Live from the mic, or prerecorded...

update to #38 , updates data downloading for running locally, removes spotify specific pipeline args. Currently able to train and output a model successfully, though only tested with guitarset and...