Detect beats / onsets in audio
premiere_detect_beatsAnalyzes any audio file to detect beats and onsets, returning timing, strength, and BPM for aligning clips and markers to music.
Instructions
Analyze an audio file (any format, via ffmpeg) and return the beat/onset times in seconds, their strength, and an estimated BPM. Use the returned times to cut clips, place keyframes or markers on the beat / bass drops. Read-only (no Premiere needed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audioPath | Yes | Absolute path to the audio file. | |
| sensitivity | No | 0=only strong hits, 1=many onsets (default 0.5). |