audio_transcribe_melody
Extract a reviewable note sequence from monophonic audio. Set frequency range and quantization grid to capture a melody for FL Studio without modifying the project.
Instructions
Extract a reviewable note sequence from monophonic audio; it does not mutate FL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to one isolated pitched source. | |
| fmax_hz | No | ||
| fmin_hz | No | ||
| tempo_bpm | No | ||
| max_seconds | No | ||
| quantize_grid_beats | No | ||
| minimum_note_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | frame-autocorrelation-segmentation-1 | |
| fmax_hz | Yes | ||
| fmin_hz | Yes | ||
| sequence | Yes | ||
| limitations | Yes | ||
| source_path | Yes | ||
| tempo_source | Yes | ||
| source_sha256 | Yes | ||
| schema_version | No | 1.0 | |
| tempo_bpm_used | Yes | ||
| transcribed_at | Yes | ||
| frame_hop_seconds | Yes | ||
| mutations_applied | No | ||
| voiced_frame_share | Yes | ||
| median_pitch_confidence | Yes | ||
| analyzed_duration_seconds | Yes |