> 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/ai-3/sound-effects.md).

# 사운드 효과

## 사운드 효과 생성기란

사운드 효과 생성기는 ACE Studio 안에서 사운드 디자인 요소를 생성하는 AI 도구입니다. 프롬프트와 일치하는 효과를 만들 때 사용할 수 있습니다.

## 사운드 효과 생성기 사용 방법

<figure><img src="/files/d2adc6d7d60297bb77fcbfae743bffc3b101ca12" alt=""><figcaption></figcaption></figure>

사운드 효과 생성기는 타임라인에서 선택한 영역에 대해 작동합니다. 먼저 선택 영역을 만든 다음, 도구를 열어 해당 범위의 효과를 생성하세요.

### 사운드 효과 생성기 열기

사운드 효과를 여는 방법은 2가지입니다:

* 클릭 **사운드 효과** 메인 툴바에서.
* 영역을 선택한 다음, 클릭 <i class="fa-bolt">:bolt:</i>**사운드 효과 아이콘**.

### 사운드 효과 생성

1. 캔버스에서 클릭하고 드래그하여 시간 선택을 만드세요. 이렇게 하면 새 사운드 효과의 길이와 위치가 결정됩니다.
2. 원하는 사운드 효과를 설명하세요(예: “폭우가 조약돌 도로 위로 쏟아졌다.”).
3. 설정 조정
   * 켜기 **루프** 를 켜면 자연스럽게 이어지는 루프가 생성됩니다. 이렇게 하면 끝부분이 시작 부분과 매끄럽게 이어져 눈에 띄는 간격이 남지 않습니다.
   * 프롬프트 영향도 설정을 사용하여 출력이 프롬프트와 얼마나 가깝게 일치할지 조정하세요.
4. 클릭 <kbd>생성</kbd> .


---

# 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/ai-3/sound-effects.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.
