> 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/music-enhancer.md).

# 音乐增强

在 ACE Studio 中，借助 AI 引导的变换，对所选音频进行重塑并增强。

## 什么是 Music Enhancer

Music Enhancer 是一款创意工具，可借助 AI 重新构想您现有的音乐。通过在画布上绘制选区框，您可以将该选区内的所有音频转换为增强版。

## 如何使用 Music Enhancer

点击 **音乐增强器** 工具栏中的按钮，用于打开生成窗口。

<figure><img src="https://1816898227-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fsn71WYzecYYQw3KkF40b%2Fuploads%2FRI2CC9KrCxsWtvV1reEI%2Fimage.png?alt=media&amp;token=1a3f2c8e-52bc-4f64-ba22-1ef428092ec2" alt=""><figcaption></figcaption></figure>

### 定义您的增强内容

1. 首先，您必须直接在画布上选择要增强的音频。工具将处理 **所有音频内容** 位于您所选区域内的内容。
2. 继续后，工具将自动分析 **歌词** （如有）以及原始音频的音乐 **风格** 。
3. 您可以手动修改 **风格** 框中的文本，以描述您设想的新版本。例如，您可以将“funky 鼓点、铜管、风琴”改为“交响乐团、史诗感合唱、电影感弦乐”。您还可以编辑 **歌词** 如有需要。
4. 使用 **与选区一致性** 滑块，以控制新轨道与原始音频的贴合程度。
5. 单击 <kbd>增强</kbd> 以开始创建过程。

### 管理您的增强会话

所有已增强的会话和轨道都会保存在您的账户下。您可以在左侧面板中启动新的增强，或访问您的会话。在结果面板中查看增强后的轨道。

* **下载**：完成后，轨道即可就绪。只需单击 <i class="fa-download">:download:</i> 下载按钮即可使音频可供使用。
* **预览**：您可以单击 <i class="fa-play">:play:</i> 按钮快速试听，并查看用于创建它的详细信息。
* **添加到画布**：只需将轨道直接拖到您的画布上。


---

# 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/music-enhancer.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.
