> ## 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.

# ElevenLabsSpeechToSpeech - ComfyUI Built-in Node Documentation

> Complete documentation for the ElevenLabsSpeechToSpeech 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/ElevenLabsSpeechToSpeech/zh.md)

ElevenLabs 语音转语音节点可将输入的音频文件从一种声音转换为另一种声音。它利用 ElevenLabs API 进行语音转换，同时保留音频的原始内容和情感基调。

## 输入参数

| 参数名                       | 数据类型         | 必填 | 取值范围                                                      | 描述                                                                               |
| ------------------------- | ------------ | -- | --------------------------------------------------------- | -------------------------------------------------------------------------------- |
| `voice`                   | CUSTOM       | 是  | -                                                         | 转换的目标声音。请从 Voice Selector 或 Instant Voice Clone 节点连接。                            |
| `audio`                   | AUDIO        | 是  | -                                                         | 待转换的源音频。                                                                         |
| `stability`               | FLOAT        | 否  | 0.0 - 1.0                                                 | 语音稳定性。较低的值提供更广的情感范围，较高的值产生更一致但可能单调的语音（默认值：0.5）。                                  |
| `model`                   | DYNAMICCOMBO | 否  | `eleven_multilingual_sts_v2`<br />`eleven_english_sts_v2` | 用于语音转语音转换的模型。每个选项提供一组特定的语音设置（similarity\_boost、style、use\_speaker\_boost、speed）。 |
| `output_format`           | COMBO        | 否  | `"mp3_44100_192"`<br />`"opus_48000_192"`                 | 音频输出格式（默认值："mp3\_44100\_192"）。                                                   |
| `seed`                    | INT          | 否  | 0 - 4294967295                                            | 用于确保结果可复现的随机种子（默认值：0）。                                                           |
| `remove_background_noise` | BOOLEAN      | 否  | -                                                         | 使用音频隔离技术去除输入音频中的背景噪音（默认值：False）。                                                 |

## 输出结果

| 输出名称    | 数据类型  | 描述                   |
| ------- | ----- | -------------------- |
| `audio` | AUDIO | 转换后的音频文件，格式为指定的输出格式。 |
