Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

set_audio_sample_rate

Adjust the sample rate of an audio file by specifying input/output paths and target rate (e.g., 44100Hz). Ideal for audio compatibility and quality optimization.

Instructions

Sets the sample rate for an audio file. Args: input_audio_path: Path to the source audio file. output_audio_path: Path to save the audio file with the new sample rate. sample_rate: Target audio sample rate in Hz (e.g., 44100, 48000). Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
input_audio_pathYes
output_audio_pathYes
sample_rateYes

Input Schema (JSON Schema)

{ "properties": { "input_audio_path": { "title": "Input Audio Path", "type": "string" }, "output_audio_path": { "title": "Output Audio Path", "type": "string" }, "sample_rate": { "title": "Sample Rate", "type": "integer" } }, "required": [ "input_audio_path", "output_audio_path", "sample_rate" ], "title": "set_audio_sample_rateArguments", "type": "object" }

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/misbahsy/video-audio-mcp'

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