detect_beats
Detects musical beats and tempo in audio/video files, generating a JSON file for beat-synced editing with marker import and snapping.
Instructions
Detect musical beats and tempo in an audio/video file (librosa beat tracker). Writes a beats JSON next to the media file that plugs directly into import_beat_markers + snap_to_beats for beat-synced editing. Requires the optional [intelligence] extra (librosa); degrades to an install hint without it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_path | Yes | Path to audio/video file (.wav, .mp3, .m4a, .aac, .aif, .flac, .mov, .mp4) |