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

# ElevenLabsVoiceSelector - ComfyUI Built-in Node Documentation

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

ElevenLabs 语音选择器节点允许您从预定义的 ElevenLabs 文本转语音语音列表中选择特定语音。它接收一个语音名称作为输入，并输出音频生成所需的对应语音标识符。此节点简化了为其他 ElevenLabs 音频节点选择兼容语音的过程。

## 输入参数

| 参数      | 数据类型   | 必填 | 取值范围                                                                                                                           | 描述                          |
| ------- | ------ | -- | ------------------------------------------------------------------------------------------------------------------------------ | --------------------------- |
| `voice` | STRING | 是  | `"Adam"`<br />`"Antoni"`<br />`"Arnold"`<br />`"Bella"`<br />`"Domi"`<br />`"Elli"`<br />`"Josh"`<br />`"Rachel"`<br />`"Sam"` | 从预定义的 ElevenLabs 语音中选择一个语音。 |

## 输出参数

| 输出名称    | 数据类型   | 描述                                        |
| ------- | ------ | ----------------------------------------- |
| `voice` | STRING | 所选 ElevenLabs 语音的唯一标识符，可传递给其他节点用于文本转语音生成。 |
