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

# 효과음

## Sound Effects Generator란 무엇인가요

Sound Effects Generator는 ACE Studio 안에서 사운드 디자인 요소를 생성하는 AI 도구입니다. 프롬프트에 맞는 효과를 만드는 데 사용할 수 있습니다.

## Sound Effects Generator 사용 방법

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

Sound Effects Generator는 타임라인에서 선택한 구간에 적용됩니다. 먼저 영역을 선택한 뒤 도구를 열어 해당 범위의 효과를 생성하세요.

### Sound Effects Generator 열기

Sound Effects를 여는 방법은 2가지가 있습니다:

* 메인 툴바에서 **Sound Effects** 를 클릭하세요.
* 영역을 선택한 다음 <i class="fa-bolt">:bolt:</i>**Sound Effects 아이콘을 클릭하세요**.

### 사운드 효과 생성

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.
