> 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/unity-plugin/troubleshooting-guide/microphone-permission-issues.md).

# 麦克风权限问题

如果你看到左上角的麦克风指示灯亮起，但聊天界面中没有用户转录内容，而且角色的回复似乎与你说的话不一致，那么很可能是游戏或 Unity 没有访问到正确的麦克风，或者没有足够的麦克风权限。要解决这个问题，请按照以下步骤操作。

<figure><img src="/files/6b46e440b82cf572687c2a075bdf8f3fcec5b828" alt=""><figcaption><p>左上角的麦克风图标亮起，表示麦克风正在监听</p></figcaption></figure>

<figure><img src="/files/28ca2886053f1b20092a51e8d4b940a820d38ee2" alt=""><figcaption><p>从下拉列表中选择正确的麦克风设备</p></figcaption></figure>

<figure><img src="/files/d0d25790f82cb16771ac83704feb5fd95608ecd6" alt=""><figcaption><p>点击“录制”以确保麦克风录音正常</p></figcaption></figure>

<figure><img src="/files/0914b79cd758a93014ee5e5f11dcf346abc72d5d" alt=""><figcaption><p>按“停止”以试听通过所选麦克风录制的音频</p></figcaption></figure>

## 检查 [通知系统页面](/api-docs/zh/cha-jian-yu-ji-cheng/unity-plugin/utilities/notification-system.md) 了解更多与麦克风相关的各种问题


---

# 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/unity-plugin/troubleshooting-guide/microphone-permission-issues.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.
