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