> 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 %}

视频文件会插入到视频轨道上。你可以通过双击视频片段，或单击视频轨道的轨道标题来打开或关闭视频监视器。

导入视频文件后，你可以使用视频编曲功能，快速为视频创作音乐和音效。

## 导入 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.
