media_audio_to_midi
Convert audio from video or standalone files to MIDI note data, returning a MIDI file and note summary for music production and analysis.
Instructions
Transcribe audio to MIDI using basic-pitch (ML audio transcription).
Converts audio (from video or standalone) into MIDI note data. Returns the MIDI file path and a summary of detected notes.
Requires basic-pitch: pip install basic-pitch
Args: path: Path to audio file (wav, mp3, flac) or video file output_path: Where to save MIDI (default: same dir, .mid extension)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |