Skip to content

0.1

Pre-release
Pre-release

Choose a tag to compare

@foundrium foundrium released this 14 Apr 19:07
· 244 commits to master since this 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.