> 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/stem-splitter.md).

# 音轨分离

## 什么是音轨分离

音轨分离是一款工具，可将包含完整混音的音频片段分割为各个核心组成部分的独立轨道，例如歌声、鼓、贝斯和其他乐器。

## 如何使用音轨分离

音轨分离会作用于时间线中选定的区域。在画布上单击并拖动以创建选区。请确保该选区覆盖你希望分割的音频片段。

打开音轨分离面板有 3 种方式：

* 点击 **音轨分离** 主工具栏中的图标。
* 选中区域后，右键点击以打开上下文菜单。导航至 AI 工具 子菜单并选择 **音轨分离**.
* 点击 <kbd>分割为 Stem</kbd> 音频片段查看器左侧的按钮。有关音频片段的更多信息，请参阅 [片段](/docs/product-wiki-zh/gong-cheng/arrangement-in-canvas/clips.md).

## 分割 Stem

在音轨分离面板中，您需要配置要如何分割音频。

* 选择以下 3 种音轨分割模式之一：
  * 基础：人声 + 伴奏
  * 专业：人声、鼓、贝斯、钢琴、吉他、其他
  * 高级：所有检测到的 Stem
* 移除混响和和声，基础模式和专业模式均可使用。

选择音轨分割模式后，单击 <kbd>分割</kbd> 按钮。经过几秒处理后，Stem 将被添加到原始轨道下方。


---

# 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/stem-splitter.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.
