tempo
Analyze audio time series to estimate tempo (BPM) with precision using optional offset and duration parameters. Supports customizable hop length, BPM range, and accuracy settings.
Instructions
Estimates the tempo (in BPM) of the given audio time series using librosa. Offset and duration are optional, in seconds.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ac_size | No | ||
hop_length | No | ||
max_tempo | No | ||
path_audio_time_series_y | Yes | ||
start_bpm | No | ||
std_bpm | No |