Damien Ronssin
Damien Ronssin
Hello, I would like to use lpcnet's pitch detector and I am wondering whether I should go with `lpcnet_compute_single_frame_features` (that processes a single 10ms frame) or `lpcnet_compute_features` (that processes 4...
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...
Thanks for making this amazing library! I'm working on building a synth with JUCE and I'd like to be able to use it from Python with `pedalboard`. But I'm having...
`AudioUtils` - Added helper function to create an audio format manager - Added helper function to get in a `StringArray` all the supported file extensions. UI: - Use the helper...
Internal synth can now play transcribed pitch bends. However it seems like there's an error somewhere in the pitch bend creation process, as when I play a normal note on...
On Windows, I get an error when linking with provided onnxruntime.lib: `'onnxruntime.lib' was created by a different version of the compiler than other objects like NeuralNote_Standalone ...` My MSVC version...
Add Zoom functionality so that the audio and the transcription is easier to navigate. A command like `Ctrl` + `Scroll` seems appropriate.
Allow to play the transcription with an external synth/instrument without exporting the midi file. `Player` can now stream midi out of the plugin. Supported only in some DAWs (and probably...
- Moved mute button to be vertically aligned with others. - Changed name from MUTE OUT to MUTE IN as it describes better what it does. New: ![Screenshot 2024-09-29 at...