mcp-audio-analysis

by hugohow
Verified

load

Extract and return the audio time series path from a file, with optional offset and duration settings. Ideal for precise audio analysis without identifying the song.

Instructions

Loads an audio file and returns the path to the audio time series Offset and duration are optional, in seconds. Be careful, you will never know the name of the song.

Input Schema

NameRequiredDescriptionDefault
durationNo
file_pathYes
offsetNo

Input Schema (JSON Schema)

{ "properties": { "duration": { "default": null, "title": "Duration", "type": "number" }, "file_path": { "title": "File Path", "type": "string" }, "offset": { "default": 0, "title": "Offset", "type": "number" } }, "required": [ "file_path" ], "title": "loadArguments", "type": "object" }

You must be authenticated.

Other Tools from mcp-audio-analysis

Related Tools

ID: 4kntblkkwt