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

# 音乐增强器

## 什么是音乐增强器

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

## 如何使用音乐增强器

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

<figure><img src="/files/6d7da054d201ee2a5fa7e41defab246dc81e4fbd" alt=""><figcaption></figcaption></figure>

### 定义您的增强效果

1. 首先，您必须直接在画布上选择要增强的音频。该工具将处理 **所有音频内容** 位于您所选区域内的内容。
2. 继续后，该工具将自动分析 **歌词** （如有）以及音乐 **风格** 原始音频的。
3. 您可以手动修改 **风格** 框中的文本，以描述您设想的新版本。例如，您可以将“放克鼓、铜管、风琴”改为“交响乐团、史诗合唱、电影感弦乐”。您还可以编辑 **歌词** （如有需要）。
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.
