decibri 3.1.0

Cross-platform audio capture, output, and processing
Documentation
1
2
3
4
5
6
7
// Noise reduction. Stub for Phase 2.
//
// Two paths planned:
//   1. Basic DSP: spectral subtraction (open source, works but has artifacts)
//   2. ML model: custom trained ONNX model (proprietary, better quality, default)
//
// Both compile to native and WASM from the same Rust code.