> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/jp/yin-sheng/audio-generation.md).

# 音声生成

Morphic で Audio を使う方法の簡単なチュートリアルです:

{% embed url="<https://youtu.be/2Lay4GDPfcs>" %}

動画から始めることも、音声トラックを個別に作成してタイムライン上でまとめることもできます。

動画から始める場合

1. Canvas に動画をアップロードするか生成します
2. 動画を選択し、ツールバーの「音声トラックを追加」をクリックします
3. 追加したい音声の種類を選びます：スピーチ、効果音、または音楽
4. 作成したい音声の内容を説明し、プロンプトバーの青いボタンをクリックします
5. 必要なだけ音声を生成し、動画と一緒にタイムライン上でまとめます

先に音声を作成する場合

1. Morphic の Canvas に移動します
2. 画面下部のプロンプトバーに移動します
3. 「画像」から「音声」に切り替えます
4. さらに、3つの音声オプションから選べます：スピーチ、音楽、効果音
5. 作成したい音声の内容を説明し、プロンプトバーの青いボタンをクリックします
6. 必要なだけ音声を生成し、動画と一緒にタイムライン上でまとめます

### 音声の使い方

#### スピーチ

* スクリプトを入力または貼り付けます
* キャラクターの声と言語を選びます
* プロンプトバーの青いボタンをクリックします

#### 音楽

* 再生時間を設定します（最大300秒）
* （任意）設定でボーカルを有効にします
* 雰囲気、ジャンル、またはスタイルを説明します。例：穏やかな自然のサウンドトラック、アンビエントな森のトラック、感情的なピアノ
* プロンプトバーの青いボタンをクリックします

#### 効果音

* 効果音（環境、動作、雰囲気）を説明します。例：鳥のさえずり、木々を揺らす風、やさしい雨音のアンビエンス
* （任意）設定でループを有効にします
* プロンプトバーの青いボタンをクリックします

#### タイムライン編集

1. はさみアイコンを使って任意の音声レイヤーを分割し、残したい部分や削除したい部分を切り分けます
2. レイヤーをドラッグしてタイムライン上で位置を調整し、それぞれの音が適切なタイミングに合うようにします
3. 端をドラッグしてタイミングを調整し、音声の開始や終了をぴったり合わせます
4. すべての音声レイヤーがシーンに合うまで調整し、それぞれの要素が動画の雰囲気、タイミング、流れを支えるようにします。
5. 全体のシーンをプレビューして、すべての音声レイヤーが自然に一体化していることを確認します

これが Morphic の Audio 機能の使い方です。映画、広告、インタラクティブメディア、ソーシャルコンテンツ、その他のクリエイティブなプロジェクトのシーンに、スピーチ、音楽、効果音を追加するのに最適です。

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/jp/yin-sheng/audio-generation.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.
