> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/convai-playground/character-customization/language-and-speech.md).

# 语言与语音

## 简介

该 **语言与语音** 该部分可让您定义口语语言、选择声音，并改进您的 AI 角色的发音和识别。借助对多种语言和语音提供商的支持，您可以确保角色以自然且有效的方式与受众沟通。

<figure><img src="/files/d909a4ce2ad0793f819e67dc97c43c8a47238f5b" alt=""><figcaption></figcaption></figure>

***

## 主要功能

### 1. 设置语言

* 选择您的角色可以说和理解的语言。
* 支持 **多语言** 可在以下之间选择 **1 到 4 种语言**.
* 默认语言： **英语**.
* 超过 **65+ 种语言** 可用。
* 选择一种语言后，将筛选出 **语音** 部分。

<figure><img src="/files/018d0e4d50f9182fc0255f31d38a7537506a74aa" alt=""><figcaption></figcaption></figure>

***

### 2. 语音选择

* 该 **语音** 字段可访问总计超过 **1,200** 种语音。选择语言后，可用语音会相应筛选，因此语音数量会因语言而异。
* 受支持的 **语音提供商**:
  * Google Cloud Platform（GCP）
  * Microsoft Azure
  * OpenAI
  * ElevenLabs
* **自定义语音** 可通过 ElevenLabs 添加。
  * 参见： [**ElevenLabs 语音集成文档**](https://docs.convai.com/api-docs/plugins-and-integrations/other-integrations/third-party-api-integrations/elevenlabs-api-integration) 了解设置详情。

<figure><img src="/files/58c11b28410e5cf0deb1cb6b0e5707015a4149d7" alt=""><figcaption></figcaption></figure>

***

### 3. 添加自定义发音

自定义发音可帮助您的角色正确读出特定词语，尤其是不常见的或品牌专有术语。

* 添加方式：
  * **拼写为** – 文本中显示的单词。
  * **发音为** – 它应如何读出，请用通俗英文的音标方式书写。
* 示例：
  * **拼写为：** convai
  * **发音为：** convey
* **区分大小写：** 大写和小写条目可能具有不同的发音。

{% hint style="danger" %}
目前 **仅支持英语**.
{% endhint %}

<figure><img src="/files/444285369b3a4de3bc9ea3446309093fb0ae96c0" alt=""><figcaption></figcaption></figure>

***

### 4. 新词识别

新词识别可提升您的角色在语音输入中理解独特或难词的能力。

* 添加方式：
  * **拼写为** – 单词的正确拼写。
  * **发音为** – 使用简单音节表示的语音发音。
* 示例：
  * **拼写为：** Ankur
  * **发音为：** Ahnkur

{% hint style="danger" %}
目前 **仅支持英语**.
{% endhint %}

<figure><img src="/files/58035af49ea5af8ddac7e0728a6e21e892725ab7" alt=""><figcaption></figcaption></figure>

***

## 结论

语言与语音设置可全面控制您的角色如何沟通，从语言选择和声音选择，到发音和识别的精细调整。这些工具有助于确保您的 AI 角色为用户提供清晰、准确且引人入胜的互动体验。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.convai.com/api-docs/zh/convai-playground/character-customization/language-and-speech.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
