0.1
Pre-release
Pre-release
This is a first pass ANC library that supports the following
- Python ANC filtering using LMS, NLMS, NSSLMS, and RLS
- Fast version of LMS and RLS using C bindings
- Support for precorded audio and live audio
- Graphing signals for debugging purposes
The method that works best is the C version of RLS. RLS converges quickly and the C library is fast enough to process live audio.