DamRsn / NeuralNote

Audio Plugin for Audio to MIDI transcription using deep learning.
Apache License 2.0
1.17k stars 61 forks source link

Source audio manager #38

Closed DamRsn closed 12 months ago

DamRsn commented 1 year ago

Changes

The recording is now done directly to 2 wav files (native sample rate and basic pitch sample rate) on separate threads thanks to juce::ThreadedWriter. There is no 3 minutes limit anymore. The saved files are deleted on a click of clear button.

A timer is no longer used for the thumbnail, we simply use a changeListener.