Detect Audio Transients
detect_audio_transientsLocate probable beat or edit-point transients from audio peaks in media files, returning candidates for editorial review without modifying the timeline.
Instructions
Find probable beat or edit-point transients from decoded audio peaks. Returns candidates for editorial review; it does not claim musical beat-grid accuracy or change a timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_path | Yes | Existing local audio or video file | |
| maximum_events | No | Maximum returned candidates from 1 through 1000 (default: 200) | |
| threshold_dbfs | No | Minimum transient peak from -60 through 0 dBFS (default: -12) | |
| minimum_interval_seconds | No | Minimum spacing from 0.05 through 10 seconds (default: 0.25) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |