|
arduino-audio-tools
|
Echo cancellation with adaptive LMS filtering for microcontrollers. More...
#include <LMSEchoCancellationStream.h>
Echo cancellation with adaptive LMS filtering for microcontrollers.
This class implements echo cancellation using an adaptive FIR filter (LMS algorithm). It estimates the echo path and subtracts the estimated echo from the microphone input.