Skip to main content
Glama

mcp-audio-analysis

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" }
Install Server

Other Tools from mcp-audio-analysis

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hugohow/mcp-music-analysis'

If you have feedback or need assistance with the MCP directory API, please join our Discord server