分类

音频格式转换器

在不同音频格式之间转换文件,如 MP3、WAV、FLAC、AAC、OGG,支持质量设置和音量调节

Click to upload file or drag and drop file here

Maximum file size: 10MB Supported formats: audio/mpeg, audio/wav, audio/flac, audio/aac, audio/ogg, audio/mp4, audio/x-m4a

10 100 200

调节音频音量:10=非常安静,100=原始,200=双倍音量

API 文档

请求端点

POST /zh/api/tools/audio-converter

请求参数

参数名 类型 必填 描述
audioFile file (需要先上传) -
outputFormat select -
bitrate select -
sampleRate select -
channels select -
quality select -
volume range 调节音频音量:10=非常安静,100=原始,200=双倍音量

文件类型参数需要先通过 POST /upload/audio-converter 上传获取 filePath,然后将 filePath 传递给对应的文件字段。

响应格式

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
文件: 文件

AI MCP 文档

将此工具添加到您的 MCP 服务器配置中:

{
  "mcpServers": {
    "elysiatools-audio-converter": {
      "name": "audio-converter",
      "description": "在不同音频格式之间转换文件,如 MP3、WAV、FLAC、AAC、OGG,支持质量设置和音量调节",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=audio-converter",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

你可以串联多个工具,比如:`https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`,最多20个。

支持 URL 文件链接或 Base64 编码作为文件参数。

如果遇见问题,请联系我们:[email protected]