> 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>

그 **룸 이펙트** 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.
