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

I haven't seen any notion that human voice pitch detection is covered or not but since the claim is to be instrument agnostic I thought it is better to give...

question

Is there a way to make the range sliders work with a keyboard or at least type in a value, especially for the MIDI tempo. I can't seem to select...

It would be great if it was possible to feed data directly into the model instead of having to save it to a file and pass the path in.

Thanks for this amazing work! I'm currently working on integrating basic-pitch in an audio plugin. For that, I would need to have the trained basic pitch model as a Keras...

### Situation After basic-pitch installation with poetry, I tried to import `predict_and_save`. The version is `0.2.4`. ```python from basic_pitch.inference import predict_and_save ``` ``` >>> cannot import name 'dtensor' from 'tensorflow.compat.v2.experimental'...

When using _basic-pitch_ I encountered a few cases of dead code, redundant calculations, and unclear try-except blocks. This PR is a bunch of many single-line changes. I hope my attempt...

Pypi uploads are manual - let's make it a github action https://github.com/marketplace/actions/pypi-publish

enhancement

started a new branch because there was some mismatch with the previous branch and remote, so this seemed easier. Not infra as in backend, obv. but code structure and tests...

Recently just started my research on piano transcription and really impressed by basic pitch model which acheives good balance between model size and output quality. I recorded audio of piano...

I've installed basic pitch to my anaconda environment through pip. Trying the command basic-pitch, I get up to 'predicting MIDI for *file name*' when I get this error: LLVM ERROR:...