Neural Audio Resampler
2026-09-01
A lightweight DSP library built for low-latency audio processing pipelines.
Architectural Overview
- Pure C++20 with zero third-party dependencies.
- AVX-512 and NEON vector acceleration paths.
- Triangular dither noise shaping for uniform quantization error.
Usage
git clone https://github.com/example/neural-resampler
cmake -B build
cmake --build build