> 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. 作成したい音声生成の内容を説明し、「Generate」を押します
5. 必要なだけ音声を生成し、動画と一緒にタイムライン上で組み合わせます

まず音声を作成する場合

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

### 音声の使い方

#### スピーチ

* スクリプトを入力または貼り付けます
* キャラクターの声と使用言語を選びます
* Generateを押します

#### 音楽

* 長さを設定します（最大300秒）
* （任意）設定からボーカルを有効にします
* 雰囲気、ジャンル、またはスタイルを説明します。例：穏やかな自然のスコア、アンビエントな森のトラック、感情的なピアノ
* Generateを押します

#### 効果音

* 効果音を説明します（環境、動作、雰囲気）。例：さえずる鳥、木々を吹き抜ける風、やさしい雨音の雰囲気
* （任意）設定でループを有効にします
* Generateを押します

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

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.
