MIDI
MIDI or Musical Instrument Digital Interface is a common format in digital music production. The Klangio AI system offers you two separate MIDI file versions as the output of a transcription job.
MIDI
This contains the un-quantized note events detected in your audio.
Use the /job/{job_id}/midi
endpoint to get the un-quantized MIDI file from your transcription job.
quantized MIDI
It is in the nature of sheet music that notes are always displayed within a given time signature. In order to display all recognized note events in a sheet of music, our Klangio AI can perform a clever quantization to create a readable and playable note image that can be displayed as quantized MIDI.
Use the /job/{job_id}/midi_unq
endpoint to get the quantized MIDI file from your transcription job.