# 人声转 MIDI

## 什么是 Vocal to MIDI

使用此功能，可将人声轨转换为带有每个音符歌词的 MIDI 片段。

如果您想基于已有人声或刚录制的人声开始人声制作，这是编辑人声旋律、歌词、歌手与情感的最佳工具。

## 进入 Vocal to MIDI

将 Vocal 转为 MIDI 有 3 种方式：

* 将音频片段拖放到歌手轨道上。
* 在 [音频编辑器](/docs/product-wiki-zh/gong-cheng/hua-bu-zhong-de-bian-qu/pian-duan/jian-ji-bian-ji-qi.md).
* 右键单击音频片段，在“AI 工具”选项中选择“Vocal to MIDI”。

## 转换

<figure><img src="/files/4d8afc43bd08a1811ba31f4d4fd92cee1ba160be" alt=""><figcaption></figcaption></figure>

### 选择模型与语言

在 Vocal to MIDI 面板中，首先必须选择与内容匹配的转换模型和语言。

V1 模型为早期版本，支持四种语言：English、Spanish、Chinese 和 Japanese。该模型更倾向于识别“音素”。

高级的 V2 模型支持更多语言（包括 Korean）。你也可以选择“I'm not sure”让模型自动检测语言。该模型更倾向于识别“歌词”。

### 处理其他语言或仅提取 MIDI

要将其他语言的人声转换为 MIDI 或仅提取音符信息（不包含歌词），请在语言选择下拉菜单中选择“**MIDI only**”选项。

### 使用原始音高

勾选下方复选框以保留输入人声的原始音高曲线。转换后，原始音高将作为片段中的用户音高应用。如果更改歌词，请务必清除音高曲线；否则音高可能无法与新歌词对齐，导致发音不自然。

要了解有关音高曲线的更多信息，请参阅 [编辑音高](/docs/product-wiki-zh/ai-sheng-yue-he-cheng/chuang-jian-ai-ge-sheng/bian-ji-yin-gao.md).

{% hint style="info" %}

* 此功能专为无伴奏人声设计。如果输入包含伴奏轨、延迟效果或混响效果，则无法保证转换的准确性。
* 转换器一次只支持分析一种语言。如果音频中包含多种语言，请选择“MIDI only”选项或将音频拆分后分别处理每种语言。
  {% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.acestudio.ai/docs/product-wiki-zh/ai-gong-ju/ren-sheng-zhuan-midi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
