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

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

Results 10 basic-pitch-ts issues
Sort by recently updated
recently updated
newest added

As a caption I think it would better to have some show case / references implementation about how to use this module . for example, if would be great if...

I'm trying to use Basic Pitch in my Next.js application and struggling to read the model.json file required to initialize the class. Why is the model not baked into the...

In what units are the values given in the pitchBend array on a note event? In my experiments, I'm seeing values like 0, -1, 1, 2, 4, and 5. I...

The current code snippet in `README.md` is rather confusing and doesn't reflect relevant implementation details, such as how to instantiate the `BasicPitch` class, or clarifying that the `AudioContext`'s sampling rate...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @tensorflow/tfjs from 3.18.0 to 3.21.0. :information_source: Keep your dependencies up-to-date....

Hi is there any documentation to start contributing to this interesting project ? My goal is to try adapt it to real time audio2midi. I would like to understand better...

This library is amazing! However, when it's processing it locks up the UI so animations stop and buttons are not clickable. I was wondering if I could put this in...

Bumped the version from 3.2.0 to 4.21.0

I see this in the package.json: `"@tensorflow/tfjs": "^3.2.0",` but the latest version is 4.2.1. Also I notice that there is a reference to `"@tensorflow/tfjs-node": "^3.2.0",` and that project has been...