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

# Efeito de sala

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

A **Efeito de ambiente** posiciona Vozes de IA em um espaço físico compartilhado, principalmente para posicionar várias vozes juntas. Ele é **não** parte da cadeia de FX e está disponível em **apenas faixas vocais** — ele fica separado de [Efeitos integrados](/docs/product-wiki-pt/projeto/mixing/effects/built-in-effects.md) e [Efeitos de terceiros](/docs/product-wiki-pt/projeto/mixing/effects/third-party-effects.md).

O Room Effect depende de um componente instalado separadamente. Na primeira vez que você o usar, será solicitado que o instale.

### Posicionar vozes

No centro do Room Effect, você vê o espaço de gravação virtual.

Cada marcador colorido representa uma voz.

* Arraste um marcador para mover essa voz na sala.
* A distância da linha tracejada controla quão perto essa voz fica do microfone.

### Escolha o tamanho da sala

Use o controle no canto superior direito para alternar o tamanho da sala:

* **8 m × 8 m** — Sala de estúdio.
* **16 m × 16 m** — Sala de coro.
* **30 m × 30 m** — Igreja.


---

# 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-pt/projeto/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.
