> 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-zh/gong-cheng/file-management/import-files.md).

# 导入文件

## 导入音频文件

{% tabs %}
{% tab title="拖放" %}
将音频文件拖放到音频轨或空轨道上。
{% endtab %}

{% tab title="导入菜单" %}
将标记线放置在您希望将片段导入到轨道上的位置，然后从“文件”菜单中选择“导入 -> 音频文件”来导入音频文件。
{% endtab %}

{% tab title="在画布上" %}
在画布上双击一个空轨道，选择 **导入音频或 MIDI** 按钮。
{% endtab %}
{% endtabs %}

您可以同时导入多个文件。每个文件都会从您拖放到的轨道开始，依次放置到一条轨道上。

支持的文件格式：\*.mp3 / \*.m4a / \*.wav / \*.flac / \*.ogg / \*.aac / \*.ape。

## 导入视频文件

{% tabs %}
{% tab title="拖放" %}
将视频文件拖放到画布上。
{% endtab %}

{% tab title="导入菜单" %}
从“文件”菜单中选择“导入 -> 视频文件”来导入视频文件。
{% endtab %}
{% endtabs %}

视频文件会插入到视频轨道中。您可以通过双击视频片段，或点击视频轨道的轨道标题栏来打开和关闭视频监视器。

导入视频文件后，您可以使用 Video Composer 功能快速为视频创建音乐和音效。

## 导入 MIDI/MusicXML/UfData 文件

{% tabs %}
{% tab title="拖放" %}
将文件拖放到任意人声轨、乐器轨或空轨道上。
{% endtab %}

{% tab title="导入菜单" %}
将标记线放置在您希望将片段放置到轨道上的位置，然后从“文件”菜单中选择“导入”来导入已准备好的 MIDI/musicXML/UfData 文件。
{% endtab %}

{% tab title="在画布上" %}
在画布上双击一个空轨道，选择 **导入音频或 MIDI** 按钮。
{% endtab %}
{% endtabs %}

您可以同时导入多个文件。每个文件都会从您拖放到的轨道开始，依次放置到一条轨道上。

### 多声道

您可以导入包含多个声道的文件。

### 复音

如果内容是复音，ACE Studio 默认会在导入后将所有重叠音符转换为延音音符，因为人声轨无法合成复音内容，就像人类无法进行复音演唱一样。

要导入复音内容，请在 <kbd>Ctrl</kbd> / <kbd>⌘Command</kbd> 将文件拖入 ACE Studio 时按住。内容将被拆分为独立的旋律轨道。

## 导入内置文件

### 素材(.clips)

“\*.clips” 是 [创意社区](/docs/product-wiki-zh/chuang-yi-she-qu/samples.md)中素材的格式。它包含轨道和片段。

要导入素材(.clips)，只需将其拖放到 ACE Studio 中即可。

### 模板(.acet)

“\*.acet” 是 [创意社区](/docs/product-wiki-zh/chuang-yi-she-qu/samples.md)中模板的格式。它会将整个 ace 工程文件夹打包成一个包。

要导入模板(.acet)，只需将其拖放到 ACE Studio 中即可。


---

# 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-zh/gong-cheng/file-management/import-files.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.
