# 音频规范

## 规范

* 支持的格式：mp3、wav、ogg、m4a、m4r、wma、opus、flac、aac、amr
* 文件大小限制：基础版（10M以内）、个人版（30M以内）、高级版/企业版（50M以内)

## 最佳优化方式

### 设置适宜的音频比特率

* 一般来说使用标准音质的音频比特率：即128kbit/s；
* 如果依然觉得音频太大，可以降低为64kbit/s或96kbit/s，但是不建议低于64kbit/s；
* 如果觉得音质受损，可以适当加大比特率，如192kbit/s。

### 选择适宜的音频采样率

* 一般来说使用使用标准的音频采样率：即4.41KHz；
* 如果依然觉得音频太大，可以降低为2.2KHz，但是不建议低于2.2KHz。

### 设置适宜的声道

* 一般来说选择双声道立体声：即stereo；
* 如果依然觉得音频太大，可以设置为单声道。


---

# 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-en.kivicube.com/ar-asset-creation-guide/audio-spec-1.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.
