> 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-ko/project/mixing/effects/room-effect.md).

# 룸 이펙트

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

The **Room Effect** 은 AI 음성을 공유된 물리적 공간에 배치해, 주로 여러 음성을 함께 포지셔닝하는 기능입니다. 이 기능은 **FX**  체인의 일부가 아니며, **보컬 트랙에서만**  사용할 수 있습니다. — 이 기능은 [내장 이펙트](/docs/product-wiki-ko/project/mixing/effects/built-in-effects.md) 및 [타사 이펙트](/docs/product-wiki-ko/project/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-ko/project/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.
