mcp-audio-analysis

by hugohow
Verified

tempo

Calculate the tempo (BPM) of an audio time series with optional offset and duration. Ideal for precise audio analysis and tempo estimation in music processing.

Instructions

Estimates the tempo (in BPM) of the given audio time series using librosa. Offset and duration are optional, in seconds.

Input Schema

NameRequiredDescriptionDefault
ac_sizeNo
hop_lengthNo
max_tempoNo
path_audio_time_series_yYes
start_bpmNo
std_bpmNo

Input Schema (JSON Schema)

{ "properties": { "ac_size": { "default": 8, "title": "Ac Size", "type": "number" }, "hop_length": { "default": 512, "title": "Hop Length", "type": "integer" }, "max_tempo": { "default": 320, "title": "Max Tempo", "type": "number" }, "path_audio_time_series_y": { "title": "Path Audio Time Series Y", "type": "string" }, "start_bpm": { "default": 120, "title": "Start Bpm", "type": "number" }, "std_bpm": { "default": 1, "title": "Std Bpm", "type": "number" } }, "required": [ "path_audio_time_series_y" ], "title": "tempoArguments", "type": "object" }

You must be authenticated.

Other Tools from mcp-audio-analysis

Related Tools

ID: 4kntblkkwt