Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

set_audio_channels

Configure audio channel layout in files by converting to mono (1 channel) or stereo (2 channels). Input source file, specify output path, and define desired channel count for processing.

Instructions

Sets the number of channels for an audio file (1 for mono, 2 for stereo). Args: input_audio_path: Path to the source audio file. output_audio_path: Path to save the audio file with the new channel layout. channels: Number of audio channels (1 for mono, 2 for stereo). Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
channelsYes
input_audio_pathYes
output_audio_pathYes

Input Schema (JSON Schema)

{ "properties": { "channels": { "title": "Channels", "type": "integer" }, "input_audio_path": { "title": "Input Audio Path", "type": "string" }, "output_audio_path": { "title": "Output Audio Path", "type": "string" } }, "required": [ "input_audio_path", "output_audio_path", "channels" ], "title": "set_audio_channelsArguments", "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