# 车机音效

> 调整车机音效和声音设置

车机音效功能允许您为车辆的各种事件（如换挡、行车、开关门等）自定义提示音，打造个性化的驾驶体验。

## 功能入口

* **入口**: 首页 -> 实用工具 -> 车机音效
* **图标**: 音符图标

## 功能介绍

您可以上传自己喜欢的音频文件，并将其绑定到特定的车辆事件上。支持设置播放模式、延迟时间以及生效时间段。特别地，行车音效支持随车速自动调节音量。

## 设置项说明

### 1. 基础操作

* **车机音效总开关**: 全局控制所有音效的开启或关闭。
* **上传音频文件**: 点击按钮，扫描二维码或通过文件选择器上传您的 MP3/WAV 音频文件。

### 2. 音效配置 (左侧列表)

在左侧列表中选择您想要配置的事件（如：D挡行车音效、倒车音效、车门开启提示等）。

### 3. 详细设置 (右侧面板)

选中某个音效后，右侧会显示详细的配置项：

* **播放模式**:
  * **关闭**: 不播放此音效。
  * **单次播放**: 触发事件时播放一次。
  * **循环播放**: 触发事件后循环播放（需开启循环开关）。
* **音效文件**: 点击选择已上传的音频文件。
* **循环播放** (仅部分音效支持): 开启后，音效将循环播放直到事件结束（如换挡后自动停止）。
* **执行延迟**: 设置触发事件后等待多少毫秒再播放音效（0-10000ms）。
* **执行条件**: 设置音效生效的时间段（如：只在白天或晚上生效）。

### 4. 行车音效专属设置 (仅D挡行车音效)

行车音效支持根据车速线性调节音量，模拟引擎声浪效果。

* **最低/最高音量**: 设置音量变化的范围。
* **最低/最高车速**: 设置速度变化的范围。
* **工作原理**: 当车速在最低和最高速度之间时，音量会随车速增加而线性增大。低于最低速度时使用最低音量，高于最高速度时使用最高音量。


---

# 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://zero-7.gitbook.io/netamade/ne-zha-mei-shi/che-liang-gong-neng/che-ji-yin-xiao.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.
