> 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/zh/yin-pin/audio-generation.md).

# 音频生成

这里有一个关于如何在 Morphic 中使用音频的快速教程：

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

你可以先从视频开始，或者独立创建音轨，并在时间线上将所有内容整合起来。

如果你是从视频开始

1. 在 Canvas 上上传或生成你的视频
2. 选择视频，然后点击工具栏中的“添加音轨”
3. 选择你想添加的音频类型：语音、音效或音乐
4. 描述你想要的音频生成内容，然后点击“生成”
5. 你可以生成任意多个音频内容，并将它们与视频一起在时间线上组合起来

如果你先创建音频

1. 前往 Morphic 上的 Canvas
2. 前往屏幕底部的提示栏
3. 从“图片”切换到“音频”
4. 你还可以进一步在三种音频选项中选择：语音、音乐或音效
5. 描述你想要的音频生成内容，然后点击“生成”
6. 你可以生成任意多个音频内容，并将它们与视频一起在时间线上组合起来

### 音频使用

#### 语音

* 输入或粘贴你的脚本
* 选择角色声音和语言
* 点击生成

#### 音乐

* 设置时长（最多 300 秒）
* （可选）在偏好设置中启用人声
* 描述氛围、风格或类型。例如：宁静的自然配乐、氛围感森林音轨、情感钢琴曲
* 点击生成

#### 音效

* 描述音效（环境、动作、氛围）。例如：鸟鸣、树间风声、轻柔雨声氛围
* （可选）在偏好设置中启用循环
* 点击生成

#### 时间线编辑

1. 使用剪刀图标拆分任意音频层，以隔离你想保留或移除的部分
2. 拖动图层可在时间线上重新定位，让每个声音对齐到正确的时刻
3. 拖动边缘可调整时长，使音频准确地在合适的位置开始或结束
4. 调整所有音频层，直到它们与你的场景匹配，确保每个元素都能支撑视频的氛围、节奏和流畅性。
5. 预览完整场景，确保所有音频层无缝融合在一起

这就是在 Morphic 上使用音频功能的方法。它非常适合为电影、广告、互动媒体、社交内容或其他创意项目中的场景添加语音、音乐和音效。


---

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

```
GET https://morphic.com/docs/zh/yin-pin/audio-generation.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.
