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

Hi! Thanks for this amazing open-source work, I'm really enjoying using it. :) I noticed that Basic Pitch works great for tracks with single mono/polyphonic instrument for most instruments, however...

question

I tried basic pitch with 4 input audio files in mp3 format, only 1 of them gave back an ouput, the others showed me the same message as below (Aborted)....

Hi, I input a cover of a piano song into the Python library, and opened the resulting MIDI file in MuseScore. This was the result: ![image](https://user-images.githubusercontent.com/44324811/172284948-090f6ce3-2d14-4f93-8286-cc0fd8017894.png) Essentially, there were a...

Allow sampling rate in sonify_midi to be parameterizable when calling predict_and_save, instead of a hard-coded 44100 Hz.

When using basic-pitch for audio to midi, for longer audio, the prediction consumes more memory resources, which may cause Tensorflow to kill the predict process. By slicing the audio and...

This one should do the right thing :-)

Hi, first of all, congratulations to this work! During examining the model, I noticed that `x_contours` is not used and overwritten after https://github.com/spotify/basic-pitch/blob/fc5c3191281149c54e0b788738ac7ddecbda81a8/basic_pitch/models.py#L207-L216 I also wanted to ask if you...

When output files already exist (e.g. when running the analysis on the same file twice, with the same output directory), CLI tool will currently not write anything, because overwrite behavior...

Beginning the work on bringing over the training and evaluation code. Please point out if I have to remove any keywords that exist. I have not tested this code. This...

![image](https://user-images.githubusercontent.com/78225592/184503886-baeb48f6-e06c-4695-b6fe-d4f8f4f597e7.png) ![image](https://user-images.githubusercontent.com/78225592/184503904-39517971-0e0b-4a8a-b18e-4689333d29a3.png)