Skip to main content
Glama

mcp-audio-analysis

mfcc

Analyze audio time series by computing MFCC, a spectral representation of the signal, using librosa. Input a CSV file path to extract features for music analysis.

Instructions

Computes the MFCC of the given audio time series using librosa. The MFCC is a representation of the audio signal in terms of its spectral content, which is useful for music analysis. The MFCC is computed using the following parameters: - path_audio_time_series_y: The path to the audio time series (CSV file). It's sometimes better to take harmonics only

Input Schema

NameRequiredDescriptionDefault
path_audio_time_series_yYes

Input Schema (JSON Schema)

{ "properties": { "path_audio_time_series_y": { "title": "Path Audio Time Series Y", "type": "string" } }, "required": [ "path_audio_time_series_y" ], "title": "mfccArguments", "type": "object" }

You must be authenticated.

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