detect_beats
Detect musical beats and tempo in audio or video files. Writes a beats JSON for direct use in beat-synced editing.
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) |