update zh-en
88
en/.gitignore
vendored
@@ -1,88 +0,0 @@
|
||||
# Hidden files #
|
||||
################
|
||||
.*
|
||||
#
|
||||
# Except
|
||||
#
|
||||
!*.env.example
|
||||
!*.circleci
|
||||
!*.dockeringnore
|
||||
!*.hosts
|
||||
!.hosts.example
|
||||
!*.gitignore
|
||||
!/.chglog
|
||||
!/.gitallowed
|
||||
!/.github
|
||||
!*.gitkeep
|
||||
!*.editorconfig
|
||||
|
||||
# SSH keys #
|
||||
############
|
||||
id_rsa
|
||||
id_dsa
|
||||
keys/
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Packages #
|
||||
############
|
||||
# it's better to unpack these files and commit the raw source
|
||||
# git has its own built in compression methods
|
||||
*.7z
|
||||
*.dmg
|
||||
*.gz
|
||||
*.iso
|
||||
*.jar
|
||||
*.rar
|
||||
*.tar
|
||||
*.zip
|
||||
*.tar.gz
|
||||
|
||||
#
|
||||
# Except
|
||||
#
|
||||
!lambda_function.*.zip
|
||||
!lambda_function.lambda_handler.zip
|
||||
!lambda_function.*.zip
|
||||
|
||||
# Logs and databases #
|
||||
######################
|
||||
*.log
|
||||
*.sql
|
||||
*.sqlite
|
||||
*.out
|
||||
|
||||
# IDE related files #
|
||||
#####################
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
.idea
|
||||
.metadata
|
||||
*.iml
|
||||
*.ipr
|
||||
.vscode
|
||||
/src
|
||||
/venv
|
||||
|
||||
# Custom Project tools files #
|
||||
########################
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.vault_pass
|
||||
*.pgpass
|
||||
*.vagrant
|
||||
|
||||
# Project specific files #
|
||||
#################################
|
||||
/@bin
|
||||
site/
|
||||
ab-results-*
|
||||
10
en/.idea/ChatGPTCopilotChannelManager.xml
generated
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ChatGPTCopilotChannelManager">
|
||||
<chatChannels>
|
||||
<chatChannel>
|
||||
<option name="messages" />
|
||||
</chatChannel>
|
||||
</chatChannels>
|
||||
</component>
|
||||
</project>
|
||||
15
en/.idea/deployment.xml
generated
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="PublishConfigData" serverName="server" remoteFilesAllowedToDisappearOnAutoupload="false" confirmBeforeUploading="false">
|
||||
<option name="confirmBeforeUploading" value="false" />
|
||||
<serverData>
|
||||
<paths name="server">
|
||||
<serverdata>
|
||||
<mappings>
|
||||
<mapping deploy="/" local="$PROJECT_DIR$" web="/" />
|
||||
</mappings>
|
||||
</serverdata>
|
||||
</paths>
|
||||
</serverData>
|
||||
</component>
|
||||
</project>
|
||||
17
en/.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
@@ -0,0 +1,17 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ignoredPackages">
|
||||
<value>
|
||||
<list size="3">
|
||||
<item index="0" class="java.lang.String" itemvalue="scipy" />
|
||||
<item index="1" class="java.lang.String" itemvalue="PIL" />
|
||||
<item index="2" class="java.lang.String" itemvalue="unityparser" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
||||
6
en/.idea/inspectionProfiles/profiles_settings.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
||||
8
en/.idea/leref.iml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="jdk" jdkName="Python 3.8 (leref)" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
4
en/.idea/misc.xml
generated
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8 (leref)" project-jdk-type="Python SDK" />
|
||||
</project>
|
||||
8
en/.idea/modules.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/leref.iml" filepath="$PROJECT_DIR$/.idea/leref.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
8
en/.idea/sshConfigs.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="SshConfigs">
|
||||
<configs>
|
||||
<sshConfig authType="PASSWORD" host="47.76.187.43" id="c69faae3-db5a-4b19-b0de-46152b5fb697" port="22" nameFormat="DESCRIPTIVE" username="root" useOpenSSHConfig="true" />
|
||||
</configs>
|
||||
</component>
|
||||
</project>
|
||||
14
en/.idea/webServers.xml
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="WebServers">
|
||||
<option name="servers">
|
||||
<webServer id="a7272082-8375-4309-840e-2f11ae24e97a" name="server">
|
||||
<fileTransfer rootFolder="/www/wwwroot/leref" accessType="SFTP" host="47.76.187.43" port="22" sshConfigId="c69faae3-db5a-4b19-b0de-46152b5fb697" sshConfig="root@47.76.187.43:22 password">
|
||||
<advancedOptions>
|
||||
<advancedOptions dataProtectionLevel="Private" keepAliveTimeout="0" passiveMode="true" shareSSLContext="true" />
|
||||
</advancedOptions>
|
||||
</fileTransfer>
|
||||
</webServer>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
98
en/.idea/workspace.xml
generated
Normal file
@@ -0,0 +1,98 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="AutoImportSettings">
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="1f776822-df18-4d40-a5e7-c1fac8972b38" name="Changes" comment="" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
<option name="LAST_RESOLUTION" value="IGNORE" />
|
||||
</component>
|
||||
<component name="DatabaseView">
|
||||
<option name="SHOW_INTERMEDIATE" value="true" />
|
||||
<option name="GROUP_DATA_SOURCES" value="true" />
|
||||
<option name="GROUP_SCHEMA" value="true" />
|
||||
<option name="GROUP_CONTENTS" value="false" />
|
||||
<option name="SORT_POSITIONED" value="false" />
|
||||
<option name="SHOW_EMPTY_GROUPS" value="false" />
|
||||
<option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
|
||||
<option name="HIDDEN_KINDS">
|
||||
<set />
|
||||
</option>
|
||||
<expand />
|
||||
<select />
|
||||
</component>
|
||||
<component name="FileTemplateManagerImpl">
|
||||
<option name="RECENT_TEMPLATES">
|
||||
<list>
|
||||
<option value="HTML File" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="MarkdownSettingsMigration">
|
||||
<option name="stateVersion" value="1" />
|
||||
</component>
|
||||
<component name="ProjectId" id="2e719QimBeomXC6oq6WIu3de4TP" />
|
||||
<component name="ProjectViewState">
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent">{
|
||||
"keyToString": {
|
||||
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"WebServerToolWindowFactoryState": "false",
|
||||
"last_opened_file_path": "D:/wwwroot/fty/source/en",
|
||||
"node.js.detected.package.eslint": "true",
|
||||
"node.js.detected.package.tslint": "true",
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
"node.js.selected.package.tslint": "(autodetect)",
|
||||
"nodejs_package_manager_path": "npm",
|
||||
"settings.editor.selected.configurable": "web.server",
|
||||
"vue.rearranger.settings.migration": "true"
|
||||
}
|
||||
}</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="D:\wwwroot\fty\leref-en\docs\acquire_services" />
|
||||
<recent name="D:\wwwroot\fty\leref-en\docs\common" />
|
||||
<recent name="D:\wwwroot\fty\leref\material\en" />
|
||||
<recent name="E:\wwwroot\fty\leref\docs\zh" />
|
||||
<recent name="E:\wwwroot\fty\leref\config\zh" />
|
||||
</key>
|
||||
<key name="MoveFile.RECENT_KEYS">
|
||||
<recent name="D:\wwwroot\fty\source\en\docs" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
||||
<component name="SvnConfiguration">
|
||||
<configuration />
|
||||
</component>
|
||||
<component name="TaskManager">
|
||||
<task active="true" id="Default" summary="Default task">
|
||||
<changelist id="1f776822-df18-4d40-a5e7-c1fac8972b38" name="Changes" comment="" />
|
||||
<created>1711240651182</created>
|
||||
<option name="number" value="Default" />
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1711240651182</updated>
|
||||
<workItem from="1711240652192" duration="1275000" />
|
||||
<workItem from="1711521157424" duration="588000" />
|
||||
<workItem from="1711521758208" duration="1943000" />
|
||||
<workItem from="1711590074205" duration="1379000" />
|
||||
<workItem from="1711625858059" duration="9979000" />
|
||||
<workItem from="1711683840659" duration="4081000" />
|
||||
<workItem from="1711789414540" duration="5016000" />
|
||||
<workItem from="1712027057402" duration="1062000" />
|
||||
<workItem from="1713021964536" duration="1110000" />
|
||||
<workItem from="1713091554408" duration="1065000" />
|
||||
<workItem from="1713093502731" duration="599000" />
|
||||
<workItem from="1713163008104" duration="282000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
<option name="version" value="3" />
|
||||
</component>
|
||||
</project>
|
||||
0
en/.nojekyll
Normal file
@@ -5,28 +5,28 @@ title: About Us
|
||||
|
||||
# About Us
|
||||
|
||||
Phaten Audio Division builds upon Phaten Technology's deep technical expertise and manufacturing experience in wireless audio and IoT, focusing on providing comprehensive high-performance Hi-Fi audio and microphone solutions based on the XMOS platform. As an industry-leading audio solution provider, we are committed to helping customers rapidly achieve product innovation and market breakthroughs.
|
||||
Phaten Audio Division builds upon Phaten Technology's extensive expertise and manufacturing experience in wireless audio and IoT domains, focusing on delivering comprehensive high-performance Hi-Fi audio and microphone solutions based on the XMOS platform. As a leading audio solution provider in the industry, we are committed to helping customers achieve rapid product innovation and market breakthrough.
|
||||
|
||||
## Strategic Cooperation and Authorization Qualifications
|
||||
## Strategic Partnership and Authorization
|
||||
|
||||
**Phaten is an XMOS officially authorized Value-Added Reseller (VAR)** and has established a long-term, solid strategic partnership with XMOS. This core authorization qualification enables us to:
|
||||
**Phaten is an officially authorized XMOS Value-Added Reseller (VAR)**, having established a long-term strategic partnership with XMOS. This core authorization qualification enables us to:
|
||||
|
||||
- Access XMOS's latest technology roadmap and product information
|
||||
- Provide solutions certified by XMOS
|
||||
- Enjoy priority technical support and training resources
|
||||
- Access the latest XMOS technology roadmap and product information
|
||||
- Provide officially certified XMOS solutions
|
||||
- Enjoy priority access to technical support and training resources
|
||||
- Offer customers more competitive supply chain assurance
|
||||
|
||||
## Core Advantages
|
||||
|
||||
- **One-stop Solutions**: Full-process services from chip selection and reference design to mass production support
|
||||
- **Technical Expertise**: Rich experience in voice recognition, spatial audio, noise reduction algorithms, and other fields
|
||||
- **Turnkey Solutions**: Full-cycle services from chip selection and reference design to mass production support
|
||||
- **Technical Expertise**: Extensive experience in voice recognition, spatial audio, noise reduction algorithms, and related fields
|
||||
- **Rapid Response**: Professional local technical team providing timely and efficient support services
|
||||
- **Quality Assurance**: Strict quality control system ensuring the reliability and stability of solutions
|
||||
- **Quality Assurance**: Rigorous quality control system ensuring solution reliability and stability
|
||||
|
||||
## XMOS Official Authorization Certificate
|
||||
|
||||

|
||||

|
||||
|
||||
## Vision
|
||||
|
||||
Phaten Audio Division is committed to becoming the most trusted audio technology partner for our customers, continuously driving audio technology innovation to create outstanding product experiences and market value for customers. We look forward to working with you to create a bright future for wireless audio.
|
||||
Phaten Audio Division strives to become customers' most trusted audio technology partner, continuously driving audio technology innovation and creating exceptional product experiences and market value for our customers. We look forward to working with you to create a bright future for wireless audio.
|
||||
|
||||
@@ -1,25 +1,30 @@
|
||||
---
|
||||
title: Career Opportunities
|
||||
title: Join Us
|
||||
---
|
||||
|
||||
|
||||
# Career Opportunities
|
||||
# Join Us
|
||||
|
||||
Our company is in a period of rapid development and we are widely recruiting talents from the society. If interested, please send your resume to zhanghuan@phaten.com and indicate the position.
|
||||
Our company is in a period of rapid growth and is actively recruiting talented professionals.
|
||||
If interested, please send your resume to zhanghuan@phaten.com with the position title indicated.
|
||||
|
||||
|
||||
## Audio Hardware Engineer (2 positions)
|
||||
### Job Responsibilities:
|
||||
## Audio Hardware Engineer - 2 Positions
|
||||
### Responsibilities:
|
||||
|
||||
- Responsible for designing hardware PCBA, capable of independently handling SCH, PCB Layout, testing, debugging, certification, and related tasks
|
||||
- Responsible for component selection during PCBA design, test fixture design, prototype and mass production follow-up
|
||||
- Responsible for coordinating with component suppliers, discussing PCBA dimensions and form factors, managing production yield optimization and production efficiency improvement
|
||||
- Prepare PCBA audio parameter test reports, datasheets, specifications, reference design guides, and other documentation
|
||||
|
||||
### Requirements:
|
||||
|
||||
- 3+ years of experience in audio hardware design
|
||||
- Solid theoretical foundation in hardware design with good understanding of component characteristics and features
|
||||
- Ability to manage analog audio signal layout, optimize SNR and THD, troubleshoot digital-analog interference
|
||||
- Familiar with component selection from brands including TI, AKM, Cirrus Logic, JRC, ESS, Shunxin, etc., and familiar with functional characteristics of power supplies, codecs, operational amplifiers, etc.
|
||||
- Familiar with audio spectrum characteristics, proficient in using hardware design software tools and audio AP test equipment
|
||||
|
||||
|
||||
- Responsible for designing hardware PCBA, able to independently handle SCH, PCB Layout, testing, debugging, certification, etc.
|
||||
- Responsible for material selection during PCBA design, design of testing fixtures, follow-up of prototype and mass production, etc.
|
||||
- Responsible for interfacing with material suppliers, discussing PCBA size and shape, optimizing production yield and efficiency.
|
||||
- Writing PCBA audio parameter test reports, datasheet specifications, reference design guidelines, and other documents.
|
||||
|
||||
### Job Requirements:
|
||||
|
||||
- More than 3 years of experience in audio hardware design.
|
||||
- Good theoretical basis in hardware design, good understanding of the characteristics of the devices used.
|
||||
- Able to handle the layout of analog audio signals, optimization of SNR and THD, troubleshooting of digital and analog interference.
|
||||
- Familiar with brand selection such as TI, AKM, Cirrus logic, JRC, ESS, Shunxin, etc., familiar with the functional characteristics of power supply, Codec, operational amplifier, etc.
|
||||
- Familiar with audio spectrum characteristics, familiar with hardware design software tools, audio AP testing equipment, etc.
|
||||
@@ -1,10 +1,10 @@
|
||||
---
|
||||
title: XMOS Insights
|
||||
title: About XMOS
|
||||
---
|
||||
|
||||
|
||||
# XMOS Insights
|
||||
# About XMOS
|
||||
|
||||
XMOS is a semiconductor company headquartered in the UK. The mission of XMOS is to change the way systems are deployed on silicon chips - by enabling embedded software engineers to simply load software onto our unique, flexible and user-friendly hardware platform, breaking the economics and time-to-market of system-level chip deployment.
|
||||
XMOS is a semiconductor company headquartered in the United Kingdom. XMOS's mission is to transform how systems are deployed on silicon - by enabling embedded software engineers to simply load software onto our unique, flexible, and easy-to-use hardware platform, breaking through the economics and time-to-market barriers of system-on-chip development.
|
||||
|
||||
XMOS is a leader in the supply of chips in the audio field, focusing on providing audio interfaces (USB AUDIO) and audio DSP algorithms. In the Hi-Fi audio market, it holds an absolute leading position.
|
||||
XMOS is a leader in audio chip supply, specializing in audio interfaces (USB AUDIO) and audio DSP algorithms, with an absolute leadership position in the Hi-Fi audio market.
|
||||
|
||||
BIN
en/docs/assets/download/a316-8711-5.1make/a316demo驱动.zip
Normal file
BIN
en/docs/assets/download/a316_codec_v1/A316-Codec-V1.pdf
Normal file
BIN
en/docs/assets/download/a316_codec_v1/A316-LS-MIC-V2.pdf
Normal file
BIN
en/docs/assets/download/a316_hf_dac_v1/元器件规格书.zip
Normal file
BIN
en/docs/assets/download/a316_hf_i2s_v1/A316-HF-I2S-V1-SCH.pdf
Normal file
BIN
en/docs/assets/download/a316_hf_i2s_v1/A316-HF-I2S-V1-丝印图.pdf
Normal file
BIN
en/docs/assets/download/a316_hf_i2s_v1/A316-HF-I2S-V1-元件位号图.pdf
Normal file
BIN
en/docs/assets/download/a316_hf_i2s_v1/A316-HF-I2S-V1.pcb
Normal file
BIN
en/docs/assets/download/a316_hf_i2s_v1/A316-HF-I2S-V1.sch
Normal file
BIN
en/docs/assets/download/a316_hf_i2s_v1/A316-HF-I2S-V1元件座标.xlsx
Normal file
|
After Width: | Height: | Size: 72 KiB |
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/dac_v1/A316-portmap.xlsx
Executable file → Normal file
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/dac_v1/factory_dac_v1_0.0.7.bin
Executable file → Normal file
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/dac_v1/update_dac_v1_0.0.7.bin
Executable file → Normal file
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/hf_i2s_v1_amanero/factory_hf_i2s_v1_amanero_1.0.3.bin
Executable file → Normal file
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/hf_i2s_v1_amanero/update_hf_i2s_v1_amanero_1.0.3.bin
Executable file → Normal file
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/hf_i2s_v1_amanero/xu316_usb_amanero.xlsx
Executable file → Normal file
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/mic_v2_reverb/dfu/check_version.bat
Executable file → Normal file
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/mic_v2_reverb/dfu/tools/dfu-util.exe
Executable file → Normal file
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/mic_v2_reverb/dfu/tools/libusb-1.0.dll
Executable file → Normal file
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/mic_v2_reverb/dfu/update.bin
Executable file → Normal file
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/mic_v2_reverb/dfu/update_0x6001.bat
Executable file → Normal file
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/mic_v2_reverb/factory_mic_v2_6001.bin
Executable file → Normal file
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/v71_wifi_v1/A316-portmap.xlsx
Executable file → Normal file
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/v71_wifi_v1/factory_v71_wifi_v1_1.0.4.bin
Executable file → Normal file
0
en/docs/assets/download/firmware/xmos_evb_standard_bin/v71_wifi_v1/update_v71_wifi_v1_1.0.4.bin
Executable file → Normal file
BIN
en/docs/assets/download/ftxu316_la_7mic_v1/规格书和PCB板框.zip
Normal file
27
en/docs/assets/download/music/musicDownload.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
title: 音频文件下载
|
||||
login: true
|
||||
---
|
||||
|
||||
# 音频文件下载
|
||||
|
||||
| 文件名 | 说明 | 下载链接 |
|
||||
|--------|------|----------|
|
||||
| z11 8ch_demo_audio_sample.flac | 8声道环绕声演示音频 | [下载](/assets/download/music/z118ch_demo_audio_sample.flac) |
|
||||
| z5 truehd-channel-check-lossless-(www.demolandia.net)-71.mkv | TrueHD声道检查文件 | [下载](/assets/download/music/z5truehd-channel-check-lossless-(www.demolandia.net)-71.mkv) |
|
||||
| 飞书20250614-135201.mp4 | 飞书会议录制视频 | [下载](/assets/download/music/飞书20250614-135201.mp4) |
|
||||
|
||||
> 注:所有文件仅供测试和演示使用
|
||||
|
||||
## 下载说明
|
||||
|
||||
1. 所有文件均为无损或高质量格式,适合音频测试和演示使用
|
||||
2. 建议使用支持相应格式的播放器播放:vlc音频试听工具 [官网下载](https://www.videolan.org/vlc/index.html)
|
||||
3. 下载前请确保有足够的存储空间
|
||||
4. 文件仅供测试和演示使用
|
||||
|
||||
## 注意事项
|
||||
|
||||
- 请确保您的设备支持相应的音频/视频格式
|
||||
- 建议使用有线网络进行下载,以确保文件完整性
|
||||
- 如遇到下载问题,请检查网络连接或联系技术支持
|
||||
BIN
en/docs/assets/download/music/z118ch_demo_audio_sample.flac
Normal file
BIN
en/docs/assets/download/music/飞书20250614-135201.mp4
Normal file
BIN
en/docs/assets/download/tools_software/usbdeview.zip
Normal file
BIN
en/docs/assets/images/faq/qu_dong/音频设备卸载.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
en/docs/assets/images/game_audio/a316_game_v1.png
Normal file
|
After Width: | Height: | Size: 199 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 107 KiB |
BIN
en/docs/assets/images/hifi_audio/HF87621_diagram.png
Normal file
|
After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 37 KiB |
BIN
en/docs/assets/images/hifi_audio/OT83211_diagram.png
Normal file
|
After Width: | Height: | Size: 113 KiB |
|
After Width: | Height: | Size: 544 KiB |
|
After Width: | Height: | Size: 112 KiB |
BIN
en/docs/assets/images/hifi_audio/a316_ph_dac_v1_size.png
Normal file
|
After Width: | Height: | Size: 459 KiB |
BIN
en/docs/assets/images/hifi_audio/a316_ph_dac_v1_t35mm_44mm.png
Normal file
|
After Width: | Height: | Size: 335 KiB |
|
After Width: | Height: | Size: 537 KiB |
|
After Width: | Height: | Size: 710 KiB |
BIN
en/docs/assets/images/hifi_audio/dnr65211_diagram.png
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
en/docs/assets/images/hifi_audio/dnr65211_vc1.png
Normal file
|
After Width: | Height: | Size: 916 KiB |
BIN
en/docs/assets/images/hifi_audio/dnr65211_vd1.png
Normal file
|
After Width: | Height: | Size: 2.0 MiB |
BIN
en/docs/assets/images/hifi_audio/dnr65221_diagram.png
Normal file
|
After Width: | Height: | Size: 78 KiB |
BIN
en/docs/assets/images/hifi_audio/dnr65231_diagram.png
Normal file
|
After Width: | Height: | Size: 109 KiB |
BIN
en/docs/assets/images/hifi_audio/gm67211_application.png
Normal file
|
After Width: | Height: | Size: 146 KiB |
|
After Width: | Height: | Size: 161 KiB |
|
After Width: | Height: | Size: 163 KiB |
|
After Width: | Height: | Size: 152 KiB |
BIN
en/docs/assets/images/hifi_audio/gm67211_diagram.png
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
en/docs/assets/images/hifi_audio/gm67211_vc1.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
en/docs/assets/images/hifi_audio/gm68311_application.png
Normal file
|
After Width: | Height: | Size: 128 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 103 KiB |
BIN
en/docs/assets/images/hifi_audio/gm68311_vc1.png
Normal file
|
After Width: | Height: | Size: 918 KiB |
|
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 66 KiB |
BIN
en/docs/assets/images/hifi_audio/ls67211_application.png
Normal file
|
After Width: | Height: | Size: 139 KiB |
BIN
en/docs/assets/images/hifi_audio/ls67211_diagram.png
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
en/docs/assets/images/hifi_audio/ls67211_vc1.png
Normal file
|
After Width: | Height: | Size: 916 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 93 KiB |
BIN
en/docs/assets/images/hifi_audio/ot82111_vc1.png
Normal file
|
After Width: | Height: | Size: 914 KiB |
BIN
en/docs/assets/images/hifi_audio/ot83211_vc1.png
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
en/docs/assets/images/hifi_audio/xmau7118_diagram.png
Normal file
|
After Width: | Height: | Size: 160 KiB |
BIN
en/docs/assets/images/hifi_audio/xmau7118_vc1.png
Normal file
|
After Width: | Height: | Size: 917 KiB |
BIN
en/docs/assets/images/hifi_audio/xmsrc4194_diagram.png
Normal file
|
After Width: | Height: | Size: 185 KiB |
BIN
en/docs/assets/images/hifi_audio/xmsrc4194_vc1.png
Normal file
|
After Width: | Height: | Size: 917 KiB |
BIN
en/docs/assets/images/hifi_audio/xmsrc4392_diagram.png
Normal file
|
After Width: | Height: | Size: 220 KiB |
BIN
en/docs/assets/images/hifi_audio/xmsrc4392_vc1.png
Normal file
|
After Width: | Height: | Size: 919 KiB |