
Quick Links
Latest Features
Version 0.1.0 Release
- ✅ Core IAMF parser and renderer
- ✅ VBAP 3D spatial rendering
- ✅ HOA (Higher-Order Ambisonics) decoder
- ✅ HRTF binaural processing
- ✅ REST API daemon service
- ✅ CLI tool for command-line control
- ✅ Desktop GUI (Tauri)
- ✅ Room calibration system
- ✅ Network transport with sync
- ✅ BLE control interface
Documentation Structure
- Getting Started - Installation, quick start, and configuration
- Spatial Audio - VBAP, HOA, and HRTF rendering guides
- Audio Processing - Loudness, DRC, calibration, codecs
- Deployment - Daemon, CLI, API, firmware updates, releases
Try It Out
# Clone the repository
git clone https://github.com/mr-u0b0dy/audio-ninja.git
cd audio-ninja
# Build in release mode
cargo build --workspace --release
# Start the daemon
cargo run -p audio-ninja-daemon --release
# Query status via CLI
cargo run -p audio-ninja-cli --release -- statusSee Installation Guide for detailed setup instructions.