justinsalamon / audio_to_midi_melodia

Extract the melody from an audio file and export to MIDI
563 stars 103 forks source link

Better algorithm for note segmentation/quantization ? #25

Open FFYYang opened 3 years ago

FFYYang commented 3 years ago

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

ghost commented 3 years ago

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.