audio_to_midi_melodia icon indicating copy to clipboard operation
audio_to_midi_melodia copied to clipboard

Better algorithm for note segmentation/quantization ?

Open FFYYang opened this issue 3 years ago • 1 comments

It's a great tool, but the note segmentation module seems to be the bottleneck, does anyone know better algorithm for note segmentation/quantization ?

FFYYang avatar Jun 03 '21 03:06 FFYYang

Melodia has a principle of excluding bad values at the expense of also excluding good melodies. https://github.com/Music-and-Culture-Technology-Lab/omnizart seems to include all good pitches but also contains lots of noise.

ghost avatar Jul 22 '21 23:07 ghost