Audio file operations: get file info (duration, sample rate, channels, bit depth), convert to WAV, generate waveform amplitude data.
| Parameter | Type | Description |
|---|---|---|
| operationrequired | string | Operation to perform. One of: info, convert_to_wav, waveform. |
| filePathoptional | string | Path to the audio file. |
| outputPathoptional | string | Output WAV path (convert_to_wav). |
| binsoptional | integer | Number of amplitude bins for waveform. Default: 100. |
| bitDepthoptional | integer | Output bit depth for WAV: 8, 16 (default), 24 or 32. |
| Field | Type | Description |
|---|---|---|
| No output fields defined | ||
No examples available.
ppm install mcp-audio
GET /v1/packages/mcp-audio/1.1.1/schema
GET /v1/mcp/discover?q=audio
ppm install mcp-audio or invoke remotely via POST /v1/invoke/mcp-audio on the MCP Service.