DamRsn / NeuralNote

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

3 Minute Limit Workaround? #28

Closed solipsystems closed 11 months ago

solipsystems commented 1 year ago

Thanks for porting this. Much appreciated.

Is there any way to get around the 3 minute maximum for inputs?

DamRsn commented 1 year ago

Hi! Currently no, but we could increase it as this value is quite arbitrary.

If you're building from source you can easily modify it by setting mMaxDuration in NeuralNote/PluginSources/PluginProcessor.h to suit your need.

LuluViBritannia commented 1 year ago

I second that! The 3 minutes limit is frustrating, especially when your song is 3m01 long, lol. Could this limit be removed altogether? There are songs that are longer than 10 minutes. For now, the easy workaround is to cut the original audio in two and work with each part.

DamRsn commented 1 year ago

Hi, Yes I'm currently working on it in #38. The limit will be removed both for recorded audio and dropped files.

This specific point should be ready soon but I want to add more improvements/features before the next release that is scheduled for sometime in July/August

DamRsn commented 11 months ago

There is no 3 minute limit anymore.