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

# Stem Splitter

## What Is Stem Splitter

Stem Splitter is a tool that allows you to split an audio clip containing a full mix into separate tracks for its core components, such as vocals, drums, bass, and other instruments.

## How to Use Stem Splitter

Stem Splitter operates on a selected region of your timeline. Click and drag on the Canvas to create a selection. Ensure this selection covers the audio clip you wish to split.

There are 3 ways to open the Stem Splitter panel:

* Click the **Stem Splitter** icon in the main toolbar.
* With your region selected, right-click on it to open the context menu. Navigate to the AI Tools submenu and select **Stem Splitter**.
* Click on the <kbd>Split into Stems</kbd> button at the left side of audio clip viewer. For more information about audio clip, please refer to [Clips](/project/arrangement-in-canvas/clips.md).

## Split Stems

Inside the Stem Splitter panel, you need to configure how you want to split the audio.

* Choose one of the 3 stem split modes:
  * Basic: Vocal + Instrumental
  * Professional: Vocal, Drums, Bass, Piano, Guitar, Others
  * Advanced: All detected stems
* Remove reverb and backing vocals, avliable in Basic and Professional mode.

After selecting the stem split mode, click the <kbd>Split</kbd> button. After a few seconds of process, the stems will be added down below the original track.


---

# 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/ai-tools/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.
