> 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/microphone-settings/set-audio-gain.md).

# 设置音频增益

{% hint style="info" %}
音频增益功能在麦克风传入音频音量明显过低的场景中非常有用。
{% endhint %}

### 更改音频增益的步骤：-

* 打开 Player 蓝图，或者打开包含 <mark style="color:绿色;">`ConvaiPlayer`</mark> 组件的蓝图。
* 在 ConvaiPlayer 组件中查找 <mark style="color:绿色;">`Set Microphone Volume Multiplier`</mark>函数。
* 在以下位置输入任意浮点值： <mark style="color:绿色;">`音量倍增器中`</mark> 该函数的属性，该属性可使音频更响亮、更清晰。

<figure><img src="/files/fc6a51c1e260cb50bd96ef89c62da4fea01d7e21" alt=""><figcaption><p>Set Microphone Volume Multiplier 函数的使用</p></figcaption></figure>


---

# 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/microphone-settings/set-audio-gain.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.
