audio_to_midi_melodia

1 · · March 31, 2022, 9:28 a.m.
audio_to_midi_melodia Extract the melody from an audio file and export to MIDI Extract the melody notes from an audio file and export them to MIDI and (optionally) JAMS files. The script extracts the melody from an audio file using the Melodia algorithm, and then segments the continuous pitch sequence into a series of quantized notes, and exports to MIDI using the provided BPM. If the --jams option is specified the script will also save the output as a JAMS file. Note that the JAMS file uses the...