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

# 스템 분리기

## 스템 분리기란 무엇인가요

스템 분리기는 전체 믹스가 포함된 오디오 클립을 보컬, 드럼, 베이스, 기타 악기와 같은 핵심 구성 요소별로 별도의 트랙으로 분할할 수 있는 도구입니다.

## 스템 분리기 사용 방법

스템 분리기는 타임라인에서 선택한 구간에 적용됩니다. 캔버스에서 클릭하고 드래그하여 선택 영역을 만드세요. 이 선택 영역이 분할하려는 오디오 클립을 모두 포함하도록 하세요.

스템 분리기 패널을 여는 방법은 3가지입니다:

* 다음을 클릭 **스템 분리기** 메인 툴바의 아이콘입니다.
* 선택한 구간에서 마우스 오른쪽 버튼을 클릭해 컨텍스트 메뉴를 엽니다. AI 도구 하위 메뉴로 이동한 다음 **스템 분리기**.
* 클릭하세요 <kbd>스템으로 분할</kbd> 오디오 클립 뷰어 왼쪽에 있는 버튼입니다. 오디오 클립에 대한 자세한 내용은 [클립](/docs/product-wiki-ko/project/arrangement-in-canvas/clips.md).

## 스템 분할

스템 분리기 패널에서 오디오를 어떻게 분할할지 설정해야 합니다.

* 3가지 스템 분할 모드 중 하나를 선택하세요:
  * 기본: 보컬 + 반주
  * 프로페셔널: 보컬, 드럼, 베이스, 피아노, 기타, 그 외
  * 고급: 감지된 모든 스템
* 리버브와 백킹 보컬을 제거하며, 기본 및 프로페셔널 모드에서 사용할 수 있습니다.

스템 분할 모드를 선택한 후, <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-ko/ai-3/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.
