跳转至
External · Downloads

XiAlgo 样例下载

XiAlgo Algorithm Library · Sample Pack & License

XiAlgo 样例

XiAlgo 样例下载摘要

本页提供 XiAlgo 算法库样例包下载入口。Community 许可证免费下载用于学习与开源项目;Commercial / Source 许可证需联系商务。


1. 许可证对比

许可证 适用 是否公开下载 商业闭源 源码修改
Community 学习 / 教学 / 开源 ✅ 免费 参考实现可见
Commercial 商业闭源集成 ❌ 需商务 部分可见
Source IDM / 深度定制 ❌ NDA 后 ✅ 完整源码

2. Community 样例包(公开下载)

  • xialgo-community-core-v1.x.zip · ~40 MB
  • 包含:PEQ / IIR / FIR / Biquad / Crossover
  • C 参考实现 + bit-exact 测试向量
  • xialgo-fx-community-v1.x.zip(2026 Q4 目标)
  • Reverb / Delay / Chorus / Compressor 入门版
  • xialgo-samples.zip · 从"正弦波→PEQ→输出"到"8ch DRC + 有源分频"
  • 配合 XiStudio Community 可直接打开

下载方式

访问官网:https://xisound.com/xialgo · 注册 Xisound 账号后下载。GitHub 开源镜像:github.com/xisound/xialgo-samples(公开)。


3. Commercial 许可证(需商务)

商业许可证

Commercial 许可证按项目 / 按产品 / 按 SoC 计费,具体模式联系 sales@xisound.com

  • 包含全部 Community 内容
    • 各平台优化 ASM 实现(XiDSP / ADI SHARC / TI C6000 / Arm NEON)
    • 商业 SLA 技术支持
    • Xisound 工程师集成支持(可选)

4. Source 许可证(NDA 后)

Source 许可证

仅面向 IDM / 车规 / 战略合作伙伴,需签订 NDA + 长期合作协议。

  • 包含全部 Commercial 内容
    • 完整源码(C + ASM)
    • 可自行修改、重编译、重授权(范围以合同约定)
    • 随许可证一起提供:构建工具链 + 持续更新

5. 样例包包含清单(Community 示例)

xialgo-community-core/
├── include/
│   ├── xialgo/peq.h
│   ├── xialgo/fir.h
│   ├── xialgo/drc.h
│   └── xialgo/crossover.h
├── src/
│   ├── peq.c
│   ├── fir.c
│   ├── drc.c
│   └── crossover.c
├── test/
│   ├── peq_bit_exact.wav
│   └── expected/
├── samples/
│   ├── 01_hello_peq/
│   ├── 02_8ch_drc/
│   └── 03_active_crossover/
└── LICENSE-COMMUNITY.txt

6. 快速开始

# 解压后
cd xialgo-community-core
mkdir build && cd build
cmake ..
cmake --build .

# 运行第一个例子
./samples/01_hello_peq

7. 资源链接

资源 链接
XiAlgo 产品主页 external/products/xialgo
API 快速入门 external/support/api-quickstart
集成指南 external/support/integration-guide
社区 external/support/community
发布说明 release-notes-public
GitHub 镜像 https://github.com/xisound
商务合作 sales@xisound.com
技术支持 support@xisound.com

8. 版本历史

版本 日期 变更摘要
v1.0 2026-05-06 首次对外发布

External · XiAlgo Sample Downloads · v1.0 · 2026-05-06 · © Xisound Inc.