> 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/music-enhancer.md).

# Music Enhancer

## Music Enhancerとは

Music Enhancerは、AIを使って既存の音楽を再解釈するクリエイティブなツールです。キャンバス上に選択ボックスを描くことで、その選択範囲内のオーディオをすべて強化版に変換できます。

## Music Enhancerの使い方

をクリックしてください。 **Music Enhancer** ツールバーのボタンをクリックして、生成ウィンドウを開きます。

<figure><img src="/files/3767efda5bf6adfa6935c9654b680156a3eb1afa" alt=""><figcaption></figcaption></figure>

### 強化内容を定義する

1. まず、キャンバス上で強化したいオーディオを直接選択してください。ツールは **すべてのオーディオコンテンツ** 選択した範囲内に含まれるものを処理します。
2. 続行すると、ツールは自動的に **歌詞** （あれば）および音楽の **スタイル** を解析します。
3. ボックス内のテキストを手動で編集して、思い描く新しいバージョンを説明できます。たとえば、「funky drums, ブラス, organ」を「symphonic orchestra, epic 合唱, cinematic ストリングス」に変更できます。また、 **スタイル** 必要に応じて、 **歌詞** も編集できます。
4. 〜を使って **選択範囲との整合性** スライダーで、新しいトラックが元のオーディオにどれだけ忠実に従うかを調整します。
5. クリック <kbd>強化</kbd> をクリックして作成プロセスを開始します。

### 強化セッションの管理

すべての強化セッションとトラックは、お使いのアカウントに保存されます。左側パネルで新しい強化を開始するか、セッションにアクセスしてください。結果パネルで強化済みトラックを表示できます。

* **ダウンロード**：完了すると、トラックは準備完了です。クリックするだけで <i class="fa-download">:download:</i> ダウンロードボタンを押して、オーディオを使用できるようにします。
* **プレビュー**：ボタンをクリックして <i class="fa-play">:play:</i> すばやく試聴し、作成に使用した詳細を確認できます。
* **キャンバスに追加**：トラックをキャンバスへ直接ドラッグするだけです。


---

# 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/music-enhancer.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.
