> 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-zh/ai-gong-ju/sound-effects.md).

# 音效

## 什么是音效生成器

音效生成器是一款用于在 ACE Studio 内生成声音设计元素的 AI 工具。你可以用它创建与提示词相匹配的效果。

## 如何使用音效生成器

<figure><img src="/files/a9f8a96992c24ecfb0c69da45cf879dd9b754afb" 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-zh/ai-gong-ju/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.
