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

## 스템 분할

스템 분리기 패널에서 오디오를 분할할 방식을 구성해야 합니다.

* 4가지 스템 분할 모드 중 하나를 선택하세요:
  * 기본: 보컬 + 반주
  * 전문가: 보컬, 드럼, 베이스, 피아노, 기타, 기타
  * 고급: 감지된 모든 스템
  * 사용자 지정: 교통 소음, 군중 소리, 대화 또는 새소리 등 분리하려는 사운드를 설명하면 스템 분리기가 이를 별도의 스템으로 추출합니다.
* 기본 및 전문가 모드에서 사용할 수 있는 리버브 및 백킹 보컬 제거 기능입니다.

스템 분할 모드를 선택한 후 다음을 클릭하세요. <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.
