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

# ボーカルからMIDIへ

## ボーカルをMIDIに変換とは

この機能では、ボーカルトラックを、各音符に歌詞を含むMIDIクリップへ変換できます。

既存のボーカルや録音したばかりのボーカルをもとにボーカル制作を始めたい場合、メロディー、歌詞、シンガー、感情表現など、ボーカルのあらゆる要素を編集するための最適なツールです。

## ボーカルをMIDIに変換にアクセスする

ボーカルをMIDIに変換する方法は3つあります：

* オーディオクリップをシンガートラックにドラッグ＆ドロップします。
* 次の左側ツールパネルにある「ボーカルをMIDIに変換」ボタンをクリックします [オーディオエディター](/docs/product-wiki-ja/purojekuto/arrangement-in-canvas/clips/clip-editor.md).
* オーディオクリップを右クリックし、「AIツール」オプションから「ボーカルをMIDIに変換」を選択します。

## 変換

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

### モデルと言語を選択

「ボーカルをMIDIに変換」パネルで、まず変換モデルとコンテンツに一致する言語を選択する必要があります。

V1モデルは、英語、スペイン語、中国語、日本語の4言語に対応した旧バージョンです。このモデルは「歌詞」よりも「音素」を認識する傾向があります。

高度なV2モデルは、韓国語を含むより多くの言語に対応しています。「不明」を選択すると、モデルに言語を自動検出させることもできます。このモデルは「歌詞」を認識する傾向があります。

### その他の言語の処理、またはMIDIのみの抽出

その他の言語のボーカルをMIDIに変換する、または音符情報のみを抽出する（歌詞を除く）には、言語選択ドロップダウンメニューから「**MIDIのみ**」オプションを選択します。

### 元のピッチを使用

下のボックスをチェックすると、入力ボーカルの元のピッチカーブを保持できます。変換後、元のピッチがクリップ内のユーザーピッチとして適用されます。歌詞を変更した場合は、必ずピッチカーブを削除してください。削除しないと、ピッチが新しい歌詞と一致せず、不自然な発音になる可能性があります。

ピッチカーブの詳細については、以下を参照してください [ピッチの編集](/docs/product-wiki-ja/aibkarushinse/creating-ai-vocals/editing-pitch.md).

{% hint style="info" %}

* この機能は、アカペラのボーカル専用に設計されています。入力にインストゥルメンタルのトラック、ディレイエフェクト、またはリバーブエフェクトが含まれている場合、正確な変換は保証されないことがあります。
* コンバーターは、一度に1つの言語のみを解析できます。オーディオに複数の言語が含まれている場合は、「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-ja/aitsru/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.
