diff --git a/en/docs/dev_doc/protocols/xu316_zerocode_protocol.md b/en/docs/dev_doc/protocols/xu316_zerocode_protocol.md index fc07f49..3fc45fd 100644 --- a/en/docs/dev_doc/protocols/xu316_zerocode_protocol.md +++ b/en/docs/dev_doc/protocols/xu316_zerocode_protocol.md @@ -692,6 +692,57 @@ sequenceDiagram - 可切换使用内部时钟或外部时钟 - 对于某些需要精确同步的音频应用场景很重要 +#### 3.3.8 设置 unmute(0x27) + +=== "命令格式" +    **MCU发送** +    ``` +    帧头:    2字节 - 0x55aa +    版本:    1字节 - 0x03 +    命令字:   1字节 - 0x27 +    数据长度: 1字节 - 2 +    数据:    2字节 - +    校验和:   1字节 - 从帧头开始按字节求和,结果对256求余 +    ``` + +    **XU316返回** +    ``` +    帧头:    2字节 - 0x55aa +    版本:    1字节 - 0x00 +    命令字:   1字节 - 0x27 +    数据长度: 1字节 - 0 +    数据:    0字节 +    校验和:   1字节 - 从帧头开始按字节求和,结果对256求余 +    ``` + +=== "功能说明" +    - 模式切换时dac的 unmute时间延迟, 单位是毫秒 + +#### 3.3.9 发送音频格式的时间延迟(0x28) + +=== "命令格式" +    **MCU发送** +    ``` +    帧头:    2字节 - 0x55aa +    版本:    1字节 - 0x03 +    命令字:   1字节 - 0x28 +    数据长度: 1字节 - 2 +    数据:    2字节 - +    校验和:   1字节 - 从帧头开始按字节求和,结果对256求余 +    ``` + +    **XU316返回** +    ``` +    帧头:    2字节 - 0x55aa +    版本:    1字节 - 0x00 +    命令字:   1字节 - 0x28 +    数据长度: 1字节 - 0 +    数据:    0字节 +    校验和:   1字节 - 从帧头开始按字节求和,结果对256求余 +    ``` + +=== "功能说明" +    - 发送音频格式的时间延迟 ### 3.4 DAC配置选择(0xF0) diff --git a/en/docs/services_support/tools_software/index.md b/en/docs/services_support/tools_software/index.md index 653d44b..ad3b758 100644 --- a/en/docs/services_support/tools_software/index.md +++ b/en/docs/services_support/tools_software/index.md @@ -14,5 +14,5 @@ hide: | Audacity | Recording and playback | [audacity-win-3.4.2-64bit.exe](/assets/download/tools_software/audacity-win-3.4.2-64bit.exe) | | usbdeview | View Windows USB device enumeration information | [usbdeview.zip](/assets/download/tools_software/usbdeview.zip) | | Zadig | Windows USB driver | [zadig-2.8.exe](/assets/download/tools_software/zadig-2.8.exe) | -| tuning_gui | XMOS debugging tool for DSP and EQ | [tuning_gui.7z](/assets/download/tools_software/tuning_gui.7z) | -| A316授权上位机V1.5_250512 | A316 DAC Authorization Tool | [A316授权上位机V1.5_250512.rar](/assets/download/tools_software/A316授权上位机V1.5_250512.rar) | \ No newline at end of file + \ No newline at end of file diff --git a/zh/docs/dev_doc/protocols/xu316_zerocode_protocol.md b/zh/docs/dev_doc/protocols/xu316_zerocode_protocol.md index fc07f49..7935f94 100644 --- a/zh/docs/dev_doc/protocols/xu316_zerocode_protocol.md +++ b/zh/docs/dev_doc/protocols/xu316_zerocode_protocol.md @@ -692,6 +692,57 @@ sequenceDiagram - 可切换使用内部时钟或外部时钟 - 对于某些需要精确同步的音频应用场景很重要 +#### 3.3.8 设置 unmute(0x27) + +=== "命令格式" + **MCU发送** + ``` + 帧头: 2字节 - 0x55aa + 版本: 1字节 - 0x03 + 命令字: 1字节 - 0x27 + 数据长度: 1字节 - 2 + 数据: 2字节 - + 校验和: 1字节 - 从帧头开始按字节求和,结果对256求余 + ``` + + **XU316返回** + ``` + 帧头: 2字节 - 0x55aa + 版本: 1字节 - 0x00 + 命令字: 1字节 - 0x27 + 数据长度: 1字节 - 0 + 数据: 0字节 + 校验和: 1字节 - 从帧头开始按字节求和,结果对256求余 + ``` + +=== "功能说明" + - 模式切换时dac的 unmute时间延迟, 单位是毫秒 + +#### 3.3.9 发送音频格式的时间延迟(0x28) + +=== "命令格式" + **MCU发送** + ``` + 帧头: 2字节 - 0x55aa + 版本: 1字节 - 0x03 + 命令字: 1字节 - 0x28 + 数据长度: 1字节 - 2 + 数据: 2字节 - + 校验和: 1字节 - 从帧头开始按字节求和,结果对256求余 + ``` + + **XU316返回** + ``` + 帧头: 2字节 - 0x55aa + 版本: 1字节 - 0x00 + 命令字: 1字节 - 0x28 + 数据长度: 1字节 - 0 + 数据: 0字节 + 校验和: 1字节 - 从帧头开始按字节求和,结果对256求余 + ``` + +=== "功能说明" + - 发送音频格式的时间延迟 ### 3.4 DAC配置选择(0xF0) diff --git a/zh/docs/services_support/tools_software/index.md b/zh/docs/services_support/tools_software/index.md index 337bb10..560e15e 100644 --- a/zh/docs/services_support/tools_software/index.md +++ b/zh/docs/services_support/tools_software/index.md @@ -14,5 +14,5 @@ hide: | Audacity | 录音播放 | [audacity-win-3.4.2-64bit.exe](/assets/download/tools_software/audacity-win-3.4.2-64bit.exe) | | usbdeview | 查看windows的USB设备枚举信息 | [usbdeview.zip](/assets/download/tools_software/usbdeview.zip) | | Zadig | windows USB驱动 | [zadig-2.8.exe](/assets/download/tools_software/zadig-2.8.exe) | -| tuning_gui | XMOS 调试DSP和EQ工具 | [tuning_gui.7z](/assets/download/tools_software/tuning_gui.7z) | -| A316授权上位机V1.5_250512 | A316 DAC 授权工具 | [A316授权上位机V1.5_250512.rar](/assets/download/tools_software/A316授权上位机V1.5_250512.rar) | + diff --git a/zh/mkdocs.yml b/zh/mkdocs.yml index 78eb40c..3ac11ad 100644 --- a/zh/mkdocs.yml +++ b/zh/mkdocs.yml @@ -213,7 +213,6 @@ nav: - 多通道USB HiFi解码器解决方案: solutions/hifi_audio/multi_channel_usb_hifi_decoder_solution.md - 便携USB低功耗HiFi解码器解决方案: solutions/hifi_audio/portable_usb_hifi_lowpower_decoder.md - USB AI降噪直播麦克风解决方案: solutions/xu316_usb_ai/xu316_usb_ai_suoltion.md - - 5.1多路音频应用方案: solutions/application/zhaoyang51.md - 文档中心: @@ -265,11 +264,11 @@ nav: - XU316 USB HiFi解码器免开发产品配置协议: dev_doc/protocols/xu316_zerocode_protocol.md - 开发SDK与示例: - dev_doc/sdk_examples/index.md - - 5.1标准固件使用示例: - - 8711开发板连接说明: dev_doc/hifi_audio/a316_1926v1/RTL8711dome.md - - 开发板硬件连接说明: dev_doc/hifi_audio/a316_1926v1/A316-8711-5.1解码无线音频套装制作说明.md - - 电脑音频设备设置: dev_doc/hifi_audio/a316_1926v1/used.md - - OTA工具使用说明: dev_doc/hifi_audio/a316_1926v1/OTA升级dongle-8711工具使用说明.md + # - 5.1标准固件使用示例: + # - 8711开发板连接说明: dev_doc/hifi_audio/a316_1926v1/RTL8711dome.md + # - 开发板硬件连接说明: dev_doc/hifi_audio/a316_1926v1/A316-8711-5.1解码无线音频套装制作说明.md + # - 电脑音频设备设置: dev_doc/hifi_audio/a316_1926v1/used.md + # - OTA工具使用说明: dev_doc/hifi_audio/a316_1926v1/OTA升级dongle-8711工具使用说明.md # - 常见问题问答: # - 产品常见问题: # - 通用技术问答: