> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/docs/product-wiki-zh/gong-cheng/mixing/effects/room-effect.md).

# 房间效果

<figure><img src="/files/691a60deaf1b9a790ad024896e0c003576d35712" alt="" width="375"><figcaption></figcaption></figure>

该 **房间效果** 将 AI 声线放置在共享的物理空间中，主要用于将多个人声一起定位。它是 **不** FX 链的一部分，并且可用于 **仅限人声轨道** — 它独立于 [内置效果](/docs/product-wiki-zh/gong-cheng/mixing/effects/built-in-effects.md) 和 [第三方效果](/docs/product-wiki-zh/gong-cheng/mixing/effects/third-party-effects.md).

Room Effect 依赖一个单独安装的组件。首次使用时会提示您安装。

### 定位声线

在 Room Effect 的中央，您会看到虚拟录音空间。

每个彩色标记代表一位歌手。

* 拖动标记即可将该歌手移动到房间中的不同位置。
* 与虚线的距离决定了该歌手离麦克风有多近。

### 选择房间尺寸

使用右上角的控制切换房间尺寸：

* **8 m × 8 m** — 录音室。
* **16 m × 16 m** — 合唱厅。
* **30 m × 30 m** — 教堂。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.acestudio.ai/docs/product-wiki-zh/gong-cheng/mixing/effects/room-effect.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
