> 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/vocal-to-midi.md).

# 보컬을 MIDI로

## 보컬을 MIDI로 변환이란

이 기능을 사용하면 보컬 트랙을 각 음표에 가사가 포함된 MIDI 클립으로 변환할 수 있습니다.

기존 보컬 또는 방금 녹음한 보컬을 기반으로 보컬 프로덕션을 시작하려는 경우, 멜로디, 가사, 음성, 감정을 포함한 보컬의 모든 요소를 편집할 수 있는 최적의 도구입니다.

## 보컬을 MIDI로 변환에 액세스

보컬을 MIDI로 변환하는 방법은 3가지입니다:

* 오디오 클립을 싱어 트랙으로 드래그 앤 드롭합니다.
* 의 왼쪽 도구 패널에서 "보컬을 MIDI로 변환" 버튼을 클릭합니다. [오디오 편집기](/docs/product-wiki-ko/project/arrangement-in-canvas/clips/clip-editor.md).
* 오디오 클립을 마우스 오른쪽 버튼으로 클릭한 다음, “AI 도구” 옵션에서 “보컬을 MIDI로 변환”을 선택합니다.

## 변환

<figure><img src="/files/e436f0b0f2d3bc99ca0e465249bc2b4d05ed2c3c" alt=""><figcaption></figcaption></figure>

### 모델 및 언어 선택

보컬을 MIDI로 변환 패널에서 먼저 변환 모델과 콘텐츠에 맞는 언어를 선택해야 합니다.

V1 모델은 영어, 스페인어, 중국어, 일본어의 4개 언어를 지원하는 이전 버전입니다. 이 모델은 "가사"보다 "음소"를 인식하는 경향이 있습니다.

고급 V2 모델은 한국어를 포함한 더 많은 언어를 지원합니다. 또한 "잘 모르겠습니다"를 선택하여 모델이 언어를 자동 감지하도록 할 수 있습니다. 이 모델은 "가사"를 인식하는 경향이 있습니다.

### 기타 언어 처리 또는 MIDI만 추출

다른 언어의 보컬을 MIDI로 변환하거나 음표 정보만 추출하려면(가사 제외) 언어 선택 드롭다운 메뉴에서 "**MIDI 전용**" 옵션을 선택합니다.

### 원본 피치 사용

아래 확인란을 선택하면 입력 보컬의 원본 피치 곡선을 유지합니다. 변환 후 원본 피치가 클립의 사용자 피치로 적용됩니다. 가사를 변경하는 경우 피치 곡선을 반드시 삭제해야 합니다. 그렇지 않으면 피치가 새 가사와 일치하지 않아 부자연스러운 발음이 발생할 수 있습니다.

피치 곡선에 대해 자세히 알아보려면 다음을 참조하세요. [피치 편집](/docs/product-wiki-ko/ai/creating-ai-vocals/editing-pitch.md).

{% hint style="info" %}

* 이 기능은 아카펠라 보컬용으로 특별히 설계되었습니다. 입력에 반주 트랙, 딜레이 효과 또는 리버브 효과가 포함된 경우 정확한 변환을 보장할 수 없습니다.
* 변환기는 한 번에 하나의 언어만 분석할 수 있습니다. 오디오에 여러 언어가 포함된 경우 "MIDI 전용" 옵션을 선택하거나 오디오를 분할하여 각 언어를 별도로 처리하세요.
  {% endhint %}


---

# 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/vocal-to-midi.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.
