分类

环绕转立体声

将环绕声文件(如 5.1)下混为立体声

将环绕声(如 5.1)下混为立体声,可控制中心、环绕与 LFE 的贡献。保持左右声道内容,同时按需混入对白与环境声,使立体声听感均衡清晰。

Click to upload file or drag and drop file here

Maximum file size: 200MB Supported formats: audio/*

0 0.7 1

将中心/对白声道混入立体声的比例。

0 0.6 1

环境/后环绕混入立体声的比例。

0 0.35 1

在立体声中保留多少低频/LFE 能量。

API 文档

请求端点

POST /zh/api/tools/audio-surround-to-stereo

请求参数

参数名 类型 必填 描述
audioFile file (需要先上传) -
centerLevel range 将中心/对白声道混入立体声的比例。
surroundLevel range 环境/后环绕混入立体声的比例。
lfeLevel range 在立体声中保留多少低频/LFE 能量。
outputFormat select -

文件类型参数需要先通过 POST /upload/audio-surround-to-stereo 上传获取 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-surround-to-stereo": {
      "name": "audio-surround-to-stereo",
      "description": "将环绕声文件(如 5.1)下混为立体声",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=audio-surround-to-stereo",
      "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]