audio_to_midi_melodia
audio_to_midi_melodia copied to clipboard
Timestamps for pitch
In the code, the vamp plugin generates the pitch for the audio. I was wondering if there is a way to get the corresponding timestamps for these pitch values?
Code: print("Extracting melody f0 with MELODIA...") melody = vamp.collect(data, sr, "mtg-melodia:melodia", parameters={"voicing": 0.2})
pitch = melody['vector'][1]