# 导入文件

## 导入音频文件

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

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

{% tab title="在画布上" %}
在画布上双击空轨道，选择 **Import Audio or MIDI** 按钮。
{% endtab %}
{% endtabs %}

您可以同时导入多个文件。每个文件将从您放置的轨道开始，依次放置到各自的轨道上。

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

## 导入视频文件

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

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

视频文件将插入到视频轨道。您可以通过双击视频片段或点击视频轨道的轨道头来打开或关闭视频监视器。

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

## 导入 MIDI/MusicXML/Ufdata 文件

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

{% tab title="导入菜单" %}
将标记线放在要在轨道上放置片段的位置，然后从“文件”菜单中选择“Import”以导入准备好的 MIDI/MusicXML/Ufdata 文件。
{% endtab %}

{% tab title="在画布上" %}
在画布上双击空轨道，选择 **Import Audio or MIDI** 按钮。
{% endtab %}
{% endtabs %}

您可以同时导入多个文件。每个文件将从您放置的轨道开始，依次放置到各自的轨道上。

### 多通道

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

### 复音

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

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

## 导入内部格式文件

### 采样（.clips）

“\*.clips”是 [creative library](/docs/product-wiki-zh/chuang-yi-she-qu/su-cai.md)中的采样格式。它包含轨道和片段。

要导入采样（.clips），只需将其拖放到 ACE Studio 中即可。

### 模板（.acet）

“\*.acet”是 [creative library](/docs/product-wiki-zh/chuang-yi-she-qu/su-cai.md)中的模板格式。它将整个 ace 项目文件夹打包为一个包。

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


---

# Agent Instructions: 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://docs.acestudio.ai/docs/product-wiki-zh/gong-cheng/wen-jian-guan-li/dao-ru-wen-jian.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.
