> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AudioConcat - ComfyUI Built-in Node Documentation

> Complete documentation for the AudioConcat node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！[在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/AudioConcat/zh.md)

AudioConcat 节点通过将两个音频输入连接在一起来合并它们。它接收两个音频输入，并按照您指定的顺序连接它们，可以将第二个音频放置在第一个音频之前或之后。该节点通过将单声道音频转换为立体声并匹配两个输入之间的采样率，自动处理不同的音频格式。

## 输入参数

| 参数          | 数据类型  | 输入类型 | 默认值   | 范围                   | 描述                         |
| ----------- | ----- | ---- | ----- | -------------------- | -------------------------- |
| `audio1`    | AUDIO | 必填   | -     | -                    | 要连接的第一个音频输入                |
| `audio2`    | AUDIO | 必填   | -     | -                    | 要连接的第二个音频输入                |
| `direction` | COMBO | 必填   | after | \['after', 'before'] | 将 audio2 附加在 audio1 之后还是之前 |

## 输出结果

| 输出名称    | 数据类型  | 描述                   |
| ------- | ----- | -------------------- |
| `AUDIO` | AUDIO | 包含两个输入音频文件连接在一起的组合音频 |
