update zh-en
This commit is contained in:
@@ -16,15 +16,15 @@ title: A316-HF-DAC-V1 USB HiFi Audio Decoder Evaluation Board User Manual
|
||||
|
||||

|
||||
|
||||
## 2. Testing Method Instructions
|
||||
## 2. Testing Procedure Instructions
|
||||
|
||||
### 2.1 Testing Steps (Using USB-5V as an example)
|
||||
### 2.1 Test Steps (USB-5V Example)
|
||||
1. Disconnect the test point to be measured
|
||||
2. Connect USB - TYPE-C power supply
|
||||
2. Connect USB Type-C power supply
|
||||
3. Connect ammeter in series
|
||||
4. Read the measured current
|
||||
4. Read measured current
|
||||
|
||||

|
||||

|
||||
|
||||
## 3. Test Results
|
||||
|
||||
@@ -38,15 +38,14 @@ title: A316-HF-DAC-V1 USB HiFi Audio Decoder Evaluation Board User Manual
|
||||
| **Low Power Chip** | 113 mW | 146 mW | 128 mW | 123 mW |
|
||||
| **Standard Power Chip** | 227 mW | 232 mW | 227 mW | 222 mW |
|
||||
| **Power Saved** | 114 mW | 86 mW | 99 mW | 99 mW |
|
||||
| **Power Saving %** |50.22% | 37.07% | 43.61% | 44.59% |
|
||||
|
||||
| **Power Saved %** |50.22% | 37.07% | 43.61% | 44.59% |
|
||||
|
||||
</div>
|
||||
|
||||
## Consultation and Feedback
|
||||
|
||||
## Consultation & Feedback
|
||||
<details>
|
||||
<summary>Click to expand consultation feedback form</summary>
|
||||
<summary>Click to expand consultation and feedback form</summary>
|
||||
|
||||
--8<-- "common/customer_form.md"
|
||||
|
||||
</details>
|
||||
</details>
|
||||
|
||||
@@ -5,23 +5,21 @@ hide:
|
||||
login: true
|
||||
---
|
||||
|
||||
|
||||
# A316-HF-DAC-V1 USB HiFi Audio Decoder Evaluation Board Design Files
|
||||
|
||||
--8<-- "common/phaten_xmos_support_img.md"
|
||||
--8<-- "common/checklogin_form.md"
|
||||
|
||||
| Type | Title | Download |
|
||||
|:--------:|:------------------------|:------------------------|
|
||||
| Schematic | :material-file-document-outline: A316-HF-DAC-V1 Design Schematic PDF | <a href="javascript:void(0);" onclick="checkLogin('/assets/download/a316_hf_dac_v1/a316_hf_dac_v1_sch_v1.0.pdf')">:material-download:</a> |
|
||||
| BOM | :material-file-document-outline: A316-HF-DAC-V1 BOM | <a href="javascript:void(0);" onclick="checkLogin('/assets/download/a316_hf_dac_v1/a316_hf_dac_v1_PCBA.xlsx')">:material-download:</a> |
|
||||
| Component Specifications | :material-file-document-outline: A316-HF-DAC-V1 Component Specifications | <a href="javascript:void(0);" onclick="checkLogin('/assets/download/a316_hf_dac_v1/元器件规格书.zip')">:material-download:</a> |
|
||||
|
||||
## Consultation and Feedback
|
||||
| Type | Title | Download |
|
||||
| :----------: | :----------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Schematic | :material-file-document-outline: A316-HF-DAC-V1 Design Schematic PDF | <a href="javascript:void(0);" onclick="checkLogin('/assets/download/a316_hf_dac_v1/a316_hf_dac_v1_sch_v1.0.pdf')">:material-download:</a> |
|
||||
| BOM | :material-file-document-outline: A316-HF-DAC-V1 BOM | <a href="javascript:void(0);" onclick="checkLogin('/assets/download/a316_hf_dac_v1/a316_hf_dac_v1_PCBA.xlsx')">:material-download:</a> |
|
||||
| Component Datasheets | :material-file-document-outline: A316-HF-DAC-V1 Component Datasheets | <a href="javascript:void(0);" onclick="checkLogin('/assets/download/a316_hf_dac_v1/元器件规格书.zip')">:material-download:</a> |
|
||||
|
||||
## Consultation & Feedback
|
||||
<details>
|
||||
<summary>Click to expand consultation feedback form</summary>
|
||||
<summary>Click to expand consultation and feedback form</summary>
|
||||
|
||||
--8<-- "common/customer_form.md"
|
||||
|
||||
</details>
|
||||
</details>
|
||||
|
||||
105
en/docs/dev_doc/evb/a316_hf_dac_v1/index.md
Normal file
105
en/docs/dev_doc/evb/a316_hf_dac_v1/index.md
Normal file
@@ -0,0 +1,105 @@
|
||||
---
|
||||
title: A316-HF-DAC-V1 USB HiFi Audio Decoder Evaluation Board
|
||||
description: A316-HF-DAC-V1 is a professional USB HiFi audio decoder evaluation board supporting 768kHz/DSD512 high-resolution audio, featuring AKM4493SEQ DAC with USB/SPDIF input and I2S output, ideal for audio development and testing.
|
||||
keywords: USB HiFi decoder, audio decoder evaluation board, AKM4493SEQ, 768kHz/DSD512, MQA decoding, optical coaxial input
|
||||
hide:
|
||||
-toc
|
||||
login: true
|
||||
---
|
||||
|
||||
<!-- Structured data markup -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Product",
|
||||
"name": "A316-HF-DAC-V1 USB HiFi Audio Decoder Evaluation Board",
|
||||
"description": "A316-HF-DAC-V1 is a professional USB HiFi audio decoder evaluation board supporting 768kHz/DSD512 high-resolution audio, featuring AKM4493SEQ DAC with USB/SPDIF input and I2S output.",
|
||||
"brand": {
|
||||
"@type": "Brand",
|
||||
"name": "Phaten Audio"
|
||||
},
|
||||
"offers": {
|
||||
"@type": "Offer",
|
||||
"url": "https://detail.1688.com/offer/777797040060.html"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
--8<-- "common/phaten_xmos_support_img.md"
|
||||
--8<-- "common/checklogin_form.md"
|
||||
<div class="grid" markdown>
|
||||
<div class="card-wide" markdown>
|
||||
|
||||
# A316-HF-DAC-V1
|
||||
__USB HiFi Audio Decoder Evaluation Board with USB/SPDIF Input and I2S Output__
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="result" markdown>
|
||||
|
||||
{align=right width=400}
|
||||
|
||||
- A316-HF-DAC-V1 is an evaluation board designed for USB HiFi audio decoders, utilizing the A316-1926-V1 XU316 module design. The evaluation board supports USB, optical, coaxial, and I2S audio signal source inputs. Different audio input sources can be selected via buttons.
|
||||
- The evaluation board features AKM4493SEQ DAC for analog audio output, supporting high-resolution audio formats up to 768kHz/DSD512.
|
||||
<br>
|
||||
<br>
|
||||
[:shopping_cart: Purchase Sample](https://detail.1688.com/offer/777797040060.html?_t=1714031300727&spm=a2615.7691456.co_1_0_wangpu_score_0_0_0_0_0_0_0000_0.0){.md-button }
|
||||
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
=== "Key Features"
|
||||
- Full support for 768kHz/DSD512 audio input and output sampling rates
|
||||
- MQA support
|
||||
- Optical/coaxial input support
|
||||
|
||||
=== "Technical Documentation"
|
||||
|
||||
| Type | Title | Download |
|
||||
|:--------:|:------------------------|:------------------------|
|
||||
| User Manual | [:material-file-document-outline: A316-HF-DAC-V1 Datasheet](./user_guide.md) | |
|
||||
| Test Specifications | [:material-file-document-outline: A316-HF-DAC-V1 Test Specifications](./test_spec.md) | |
|
||||
| Design Files | [:material-file-document-outline: A316-HF-DAC-V1 Design Files](./design_files.md) | |
|
||||
| Product Configuration Protocol | [:material-file-document-outline: XU316 USB HiFi Decoder Standard Product Configuration Protocol](../../protocols/xu316_zerocode_protocol.md) | [:material-download:] |
|
||||
|
||||
|
||||
=== "Firmware List"
|
||||
| Firmware Name | Firmware Version | Release Date | Firmware Description | Download |
|
||||
|:--------------------|:------------------------------------|:----------------|:--------------------|:--------------------|
|
||||
| USB HiFi Decoder Default Firmware | 0.0.1 | February 27, 2025 | Development board default firmware, supports 768KHz, DSD512 | <a href="javascript:void(0);" onclick="checkLogin('/assets/download/factory_img/316_zerocode_factory_img/factory_gen_no_mqa_0.0.5_7631ca002d610251a90e2ca16484f0bb.zip')">:material-download:</a> |
|
||||
| USB HiFi Decoder Serial Configuration Protocol Debug Firmware | 0.0.5 | March 29, 2025 | Standard USB HIFI decoder serial configuration protocol firmware, supports 768KHz, DSD512 | <a href="javascript:void(0);" onclick="checkLogin('/assets/download/firmware/hf87611/update_gen_0.0.5_8938ca4d9315319a0fb4466b700faca5.bin')">:material-download:</a> |
|
||||
| Evaluation Board Standard Firmware | 0.0.7 | July 14, 2025 | Standard USB HIFI decoder serial configuration protocol firmware, supports 768KHz, DSD512 | <a href="javascript:void(0);" onclick="checkLogin('/assets/download/firmware/xmos_evb_standard_bin/dac_v1/factory_dac_v1_0.0.7.bin')">:material-download:</a> |
|
||||
| Evaluation Board Standard Firmware-DFU Upgrade Firmware | 0.0.7 | July 14, 2025 | Standard USB HIFI decoder serial configuration protocol firmware, supports 768KHz, DSD512; identical to evaluation board standard firmware 0.0.7, this is the DFU upgrade firmware | <a href="javascript:void(0);" onclick="checkLogin('/assets/download/firmware/xmos_evb_standard_bin/dac_v1/update_dac_v1_0.0.7.bin')">:material-download:</a> |
|
||||
|
||||
=== "Tools and Software"
|
||||
|
||||
| Type | Description | Download |
|
||||
|:--------:|:------------------------|:------------------------|
|
||||
| Debug Tools | |[:material-toolbox:Debug Tools](../../../services_support/tools_software/index.md) |
|
||||
| Drivers | | [:material-usb-flash-drive-outline: USB Driver](../../../services_support/driver/index.md) |
|
||||
|
||||
|
||||
## Supported Products
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- :material-developer-board: __A316-HF-DAC-V1 USB HiFi Audio Decoder Evaluation Board__
|
||||
|
||||
---
|
||||
|
||||
Supports HFxxxxx_VB1 series products.
|
||||
|
||||
[:octicons-arrow-right-24: View Details](../../../products/hifi_audio/index.md)
|
||||
|
||||
</div>
|
||||
|
||||
## Consultation & Feedback
|
||||
<details>
|
||||
<summary>Click to expand consultation and feedback form</summary>
|
||||
|
||||
--8<-- "common/customer_form.md"
|
||||
|
||||
</details>
|
||||
@@ -5,18 +5,18 @@ title: PBAX316-90108MV1 USB Desktop High-Definition Audio Decoder Evaluation Boa
|
||||
|
||||
# PBAX316-90108MV1 USB Desktop High-Definition Audio Decoder Evaluation Board Test Specifications
|
||||
<div class="grid cards" markdown>
|
||||
- {width="200"} {width="200"} **Jointly Supported** <br> [XMOS Official Website: www.xmos.com](https://www.xmos.com) <br> [Phaten Audio Solutions Official Website: www.phaten-audio.com](https://www.phaten-audio.com)
|
||||
- {width="200"} {width="200"} **Joint Support** <br> [XMOS Website: www.xmos.com](https://www.xmos.com) <br> [Phaten Audio Solution Official Website: www.phaten-audio.com](https://www.phaten-audio.com)
|
||||
</div>
|
||||
|
||||
## 1. USB INPUT 1KHz RCAOUT Test Specifications
|
||||
### THD+N Ratio
|
||||

|
||||

|
||||
|
||||
### Frequency Response
|
||||

|
||||

|
||||
|
||||
### THD+N Level
|
||||

|
||||

|
||||
|
||||
### SNR
|
||||

|
||||
@@ -53,11 +53,10 @@ title: PBAX316-90108MV1 USB Desktop High-Definition Audio Decoder Evaluation Boa
|
||||
### Noise Level
|
||||

|
||||
|
||||
## Consultation and Feedback
|
||||
|
||||
## Consultation & Feedback
|
||||
<details>
|
||||
<summary>Click to expand consultation feedback form</summary>
|
||||
<summary>Click to expand consultation and feedback form</summary>
|
||||
|
||||
--8<-- "common/customer_form.md"
|
||||
|
||||
</details>
|
||||
</details>
|
||||
|
||||
@@ -9,12 +9,12 @@ login: true
|
||||
--8<-- "common/phaten_xmos_support_img.md"
|
||||
--8<-- "common/checklogin_form.md"
|
||||
<div class="result" markdown>
|
||||
{align=right width=350 style="float: right; margin: -30px 0 0 0;"}
|
||||
{align=right width=300 style="float: right; margin: -30px 0 0 0;" }
|
||||
|
||||
## I. Evaluation Board Hardware Specifications
|
||||
## 1. Evaluation Board Hardware Specifications
|
||||
|
||||
- A316-HF-DAC-V1 is an evaluation board specifically designed for USB desktop high-definition audio decoders, utilizing Phaten A316_1926V1 XU316 module design. The evaluation board supports USB, optical, coaxial, and I2S audio signal source inputs. Different audio input sources can be selected via buttons.
|
||||
- The evaluation board uses an AKM4493SEQ DAC to output analog audio.
|
||||
- A316-HF-DAC-V1 is an evaluation board designed for USB desktop high-definition audio decoders, utilizing the Phaten Audio A316_1926V1 XU316 module design. The evaluation board supports USB, optical, coaxial, and I2S audio signal source inputs. Different audio input sources can be selected via buttons.
|
||||
- The evaluation board features AKM4493SEQ DAC for analog audio output.
|
||||
|
||||
</div>
|
||||
|
||||
@@ -26,79 +26,78 @@ login: true
|
||||
- Direct Stream Digital (DSD)
|
||||
- **Supported Audio Sampling Rates**
|
||||
- PCM: 44.1kHz, 48kHz, 88.2kHz, 96kHz, 176.4kHz, 192kHz, 352.8kHz, 384kHz, 705.6kHz, 768KHz
|
||||
- DSD: DSD 64, DSD 128, DSD 256, DSD 512
|
||||
- DSD: DSD 64, DSD 128, DSD 256, DSD 512
|
||||
- DOP: DOP 64, DOP 128, DOP256
|
||||
- **System Compatibility**
|
||||
- UAC 2.0 protocol, supports ASIO, compatible with various operating systems including Windows, Linux, Android, MAC OS, and IOS
|
||||
- UAC 2.0 protocol, supports ASIO, compatible with multiple operating systems including Windows, Linux, Android, Mac OS, and iOS
|
||||
|
||||
=== "Hardware Interfaces"
|
||||
| Interface | Function
|
||||
| :---------------------| :----------
|
||||
| Type-C | Connection to PC/mobile USB, USB audio input and 5V power supply
|
||||
| S/PDIF | Optical/coaxial digital audio input
|
||||
| I2S | I2S input
|
||||
| Interface | Function
|
||||
| :-------------------| :----------
|
||||
| Type-C | Connect to PC/smartphone USB for USB audio input and 5V power supply
|
||||
| S/PDIF | Optical/coaxial digital audio input
|
||||
| I2S | I2S input
|
||||
| Output | RCA left and right channel analog audio output
|
||||
|
||||
|
||||
=== "Key Audio Specifications"
|
||||
**USB Audio Input with DAC AKM4493**
|
||||
**USB Audio Input, Matched with DAC AKM4493**
|
||||
|
||||
| Parameter | Value
|
||||
| :-------------------------| :----------:
|
||||
| THD+N RATIO | 108.232dB
|
||||
| SIGNAL-NOISE RATIO | 120.012dB
|
||||
| RCAOUT Crosstalk(10K) | 111.851dB
|
||||
| Parameter | Value
|
||||
| :------------------------| :----------:
|
||||
| THD+N RATIO | 108.232dB
|
||||
| SIGNAL-NOISE RATIO | 120.012dB
|
||||
| RCAOUT Crosstalk(10K) | 111.851dB
|
||||
|
||||
**S/PDIF Audio Input with DAC AKM4493**
|
||||
**S/PDIF Audio Input, Matched with DAC AKM4493**
|
||||
|
||||
| Parameter | Value
|
||||
| :-------------------------| :----------:
|
||||
| THD+N RATIO | 108.380dB
|
||||
| SIGNAL-NOISE RATIO | 118.483dB
|
||||
| RCAOUT Crosstalk(10K) | 115.302dB
|
||||
| Parameter | Value
|
||||
| :------------------------| :----------:
|
||||
| THD+N RATIO | 108.380dB
|
||||
| SIGNAL-NOISE RATIO | 118.483dB
|
||||
| RCAOUT Crosstalk(10K) | 115.302dB
|
||||
|
||||
|
||||
=== "Normal Operating Conditions"
|
||||
| Function | Minimum | Maximum | Unit |
|
||||
|:--------------|:-------:|:-------:|:----:|
|
||||
| Operating Temperature | 0 | 70 | °C |
|
||||
| Operating Voltage | 4.5 | 5 | V |
|
||||
|:---------|:------:|:------:|:----:|
|
||||
| Operating Temperature | 0 | 70 | ℃ |
|
||||
| Operating Voltage | 4.5 | 5 | V |
|
||||
|
||||
=== "Operating Current"
|
||||
| Operating Status | Average | Peak | Unit |
|
||||
|:--------------|:-------:|:-----:|:----:|
|
||||
| @5V | 250 | 300 | mA |
|
||||
|Operating State | Average | Peak | Unit |
|
||||
|:---------|:------:|:------:|:----:|
|
||||
| @5V | 250 | 300 | mA |
|
||||
|
||||
## II. Evaluation Board Usage Instructions
|
||||
## 2. Evaluation Board Usage Instructions
|
||||
|
||||
### Installing Windows Driver
|
||||
!!! note
|
||||
- When users receive the evaluation board, if it is their first time using it and they are using a Windows system, they need to install the Windows driver before conducting evaluation tests.
|
||||
- Windows 10 build 1809 and later versions already have a native USB UAC 2.0 driver. However, the native driver can only play audio with a maximum sampling rate of 384kHz. To evaluate 768kHz sampling rate and DSD formats, a third-party driver needs to be installed.
|
||||
- Linux, Mac, and mobile devices do not require driver installation.
|
||||
- Upon receiving the evaluation board, if this is your first time using it and you are on a Windows system, you need to install the Windows driver before conducting evaluation tests.
|
||||
- Windows 10 build 1809 and later versions have native USB UAC 2.0 drivers. However, the native driver can only play audio at sampling rates up to 384Khz. To evaluate 768Khz sampling rates and DSD format, you need to install a third-party driver.
|
||||
- Linux, Mac, and mobile devices do not require driver installation
|
||||
|
||||
1. <a href="javascript:void(0);" onclick="checkLogin('/assets/download/Thesycon-USB-Audio-Class-2_0-Evaluation-Driver-for-Windows_5_58_0.zip')">Download the evaluation board driver</a>. After extraction, run XMOS_TUSBAudio_eval_v5.58.0_2023-06-29_setup.exe directly, then follow the default installation process.
|
||||
1. <a href="javascript:void(0);" onclick="checkLogin('/assets/download/driver/Thesycon-USB-Audio-Class-2_0-Evaluation-Driver-for-Windows_5_58_0.zip')">Download evaluation version driver</a>. After extracting, run XMOS_TUSBAudio_eval_v5.58.0_2023-06-29_setup.exe directly and follow the default installation process.
|
||||
|
||||
2. Connect the evaluation board to a Windows computer via USB cable. Click the TUSB icon in the bottom right corner; if the USB Audio Device is displayed as shown in the right image, it indicates that the driver is running normally.
|
||||
2. Connect the evaluation board to the Windows computer via USB cable. Click on the TUSB icon in the lower right corner. If the USB Audio Device displays as shown in the figure, the driver is running normally.
|
||||
|
||||
3. The evaluation board will be enumerated as USB 2.0 Audio Devices (UAC2.0) in Device Manager.
|
||||
3. The evaluation board enumerates as USB 2.0 Audio Devices (UAC2.0) in Device Manager
|
||||
|
||||
4. In the playback section, set USB 2.0 Audio Devices (UAC2.0) as the default device.
|
||||
4. In the playback tab, set USB 2.0 Audio Devices (UAC2.0) as the default device
|
||||
|
||||
|
||||
|
||||
### Audio Evaluation
|
||||
The evaluation board has three indicator lights: USB, OPT, and COX, representing USB, optical, and coaxial modes respectively.
|
||||
The evaluation board has 3 indicator lights: USB, OPT, COX, representing USB, optical, and coaxial modes respectively.
|
||||
|
||||
- Short press the MODE button, and the USB indicator light turns on to play USB audio.
|
||||
- Short press the MODE button, and the OPT indicator light turns on to play OPT audio.
|
||||
- Short press the MODE button, and the COX indicator light turns on to play COX audio.
|
||||
|
||||
## Consultation and Feedback
|
||||
- Short press MODE button, USB indicator lights up, plays USB audio.
|
||||
- Short press MODE button, OPT indicator lights up, plays OPT audio.
|
||||
- Short press MODE button, COX indicator lights up, plays COX audio.
|
||||
|
||||
## Consultation & Feedback
|
||||
<details>
|
||||
<summary>Click to expand consultation feedback form</summary>
|
||||
<summary>Click to expand consultation and feedback form</summary>
|
||||
|
||||
--8<-- "common/customer_form.md"
|
||||
|
||||
</details>
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user