audio_to_midi_melodia icon indicating copy to clipboard operation
audio_to_midi_melodia copied to clipboard

Timestamps for pitch

Open NikhilManjunath opened this issue 11 months ago • 0 comments

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]

NikhilManjunath avatar Mar 18 '24 18:03 NikhilManjunath