> 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/hua-bu-zhong-de-bian-pai/lu-yin.md).

# 录音

{% hint style="info" %}
录音前，请先设置输入硬件、采样率、缓冲区大小。

更多信息请参阅 [偏好设置](/docs/product-wiki-zh/zhang-hu-yu-she-zhi/pian-hao-she-zhi.md).
{% endhint %}

要开始录音，请点击 **录音** 走带上的按钮，或按快捷键 <kbd>R</kbd>.

## 录音准备

在 ACE Studio 中，无需手动为轨道设置录音准备。选中轨道或将标记线放到轨道上时，轨道会自动进入录音准备状态。

## 从空轨道录音

<figure><img src="/files/0de1307b1462b8d7b0efd5ffa37162b363044ebf" alt="" width="336"><figcaption></figcaption></figure>

当选择空轨道并开始录音时，会弹出对话框，询问您要录制音频还是 MIDI。

## 录制音频

### 选择目标轨道

所选（聚焦）轨道会自动进入录音准备状态。红点将显示在混音器中的通道名称旁边 [混音器](/docs/product-wiki-zh/gong-cheng/hun-yin/hun-yin-qi.md) 或显示在轨道标题上，表示其已就绪。

### 设置输入与监听

在……中选择正确的输入通道 [混音器](/docs/product-wiki-zh/gong-cheng/hun-yin/hun-yin-qi.md)。默认情况下，为防止回授，音频轨道的监听是关闭的。您可以手动启用 **监听开关** （耳机图标）在 [混音器](/docs/product-wiki-zh/gong-cheng/hun-yin/hun-yin-qi.md) 如果您需要听到实时输入信号。

### 开始和停止录音

将播放头放在要开始的位置，然后按 **录音** 按钮 <kbd>R</kbd> 在走带上。按 <kbd>R</kbd> 再次，或按 <kbd>空格</kbd> 即可同时停止录音和播放。

## 录制 MIDI

### 选择人声或乐器轨道

选择人声或乐器轨道。所选轨道会自动进入录音准备状态，并以红点标示。

{% hint style="info" %}
注：如果您选择多个轨道，只有第一个被选中的轨道会进入录音准备状态。
{% endhint %}

### 设置输入与监听

在……中选择正确的 MIDI 输入 [混音器](/docs/product-wiki-zh/gong-cheng/hun-yin/hun-yin-qi.md)。对于 MIDI 轨道，默认会启用监听，使您在 MIDI 设备上演奏时即可听到声音。会显示耳机图标以表示监听已开启。您可以在……中关闭监听开关（耳机图标） [混音器](/docs/product-wiki-zh/gong-cheng/hun-yin/hun-yin-qi.md).

### 使用虚拟 MIDI 键盘

<figure><img src="/files/2f492ff6e525cda1e5802353f96baea39f5cfde6" alt="ACE Studio&#x27;s virtual MIDI keyboard."><figcaption></figcaption></figure>

如果您没有 MIDI 控制器，可以将计算机键盘用作虚拟 MIDI 输入设备。可在菜单 编辑 > 虚拟 MIDI 键盘（快捷键 <kbd>/</kbd>).

* 按键 <kbd>A</kbd> 到 <kbd>L</kbd> 对应白键。按键 <kbd>W</kbd> <kbd>E</kbd> <kbd>T</kbd> <kbd>Y</kbd> <kbd>U</kbd> 对应黑键。
* 按下 <kbd>Z</kbd> / <kbd>X</kbd> 可将八度音阶向下/向上切换。
* 按下 <kbd>C</kbd> / <kbd>V</kbd> 可减小/增大力度。
* 当虚拟键盘处于激活状态时，部分应用程序快捷键将暂时禁用。

### 开始和停止录音

将播放头放在要开始的位置，然后按 **录音** 按钮 <kbd>R</kbd> 在走带上。按 <kbd>R</kbd> 再次，或按 <kbd>空格</kbd> 即可同时停止录音和播放。


---

# 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://docs.acestudio.ai/docs/product-wiki-zh/gong-cheng/hua-bu-zhong-de-bian-pai/lu-yin.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.
