> 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/cha-jian-yu-ji-cheng/unreal-engine/guides/customization/alter-character-response-audio-rate.md).

# 调整角色响应音频速率

* 打开你的角色蓝图，其中包含 <mark style="color:绿色;">`Convai 聊天机器人`</mark> 组件。
* 单击 <mark style="color:绿色;">`类设置`</mark> 然后 <mark style="color:绿色;">`Convai 聊天机器人`</mark> 组件。
* 在右侧 <mark style="color:绿色;">`Details`</mark> 面板中的 <mark style="color:绿色;">`声音`</mark> 部分，修改 <mark style="color:绿色;">`音高倍数`</mark>.

<figure><img src="/files/9a3bd76c10379620c6f14af5beb57b5b6e6e0a64" alt=""><figcaption><p>音高倍数</p></figcaption></figure>

* 大于 1 的值会提高速度，反之亦然。


---

# 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/cha-jian-yu-ji-cheng/unreal-engine/guides/customization/alter-character-response-audio-rate.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.
