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

``` Just a little review I wrote. I hope you read it note for note. Don't worry, Be happy. ``` https://www.mslinn.com/av_studio/760-ai-midi.html You are welcome to leave a comment here, or...

i upload a canon mp3,python script return a bad result. ![KIM20240521-509471](https://github.com/spotify/basic-pitch/assets/16348159/72ba85fb-ef2a-40be-8c58-ba12a0c3421f) ![KIM20240521-607905](https://github.com/spotify/basic-pitch/assets/16348159/400486ae-4736-49c3-b31b-b8148ce911bd) ` from basic_pitch.inference import predict_and_save from basic_pitch import ICASSP_2022_MODEL_PATH predict_and_save( ['./canon.mp3', './test1.mp3'], 'output', True, True, True, True, model_or_model_path=ICASSP_2022_MODEL_PATH,...

https://github.com/spotify/basic-pitch/issues/ **Describe the bug** After I upload my MP3 file and convert it into MIDI, I am able to download it just fine. However, when I attempt to play back...

Hey, Github supports [CITATION.cff](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files) which would be ideal to use in addition to the already existing bibtex snipped in the readme as it is shown in the sidepanel and also...

**Description**: I'm experiencing an issue where the MIDI output generated by the `basic_pitch` library on my local machine has a lot of off notes. However, when I use the demo...

**Describe the bug** A clear and concise description of what the bug is. Demo loads file, produces midi and plays file with graphic. When user presses download nothing happens **To...

``` from basic_pitch.inference import predict_and_save predict_and_save( , , , , , , ) ``` TypeError: predict_and_save() missing 1 required positional argument: 'model_or_model_path'

Hi, I loved your work very much. I would like to ask if there is anyway I can train on my own dataset? Thanks~

I'm trying to replicate the ICASSP 2022 paper result (A Lightweight Instrument-Agnostic Model for Polyphonic Note Transcription and Multipitch Estimation). Having some trouble getting the model to converge. I used...