fjiang9 / NKF-AEC

Acoustic Echo Cancellation with Nerual Kalman Filtering
214 stars 57 forks source link

NKF-AEC

This is the official repository of our work "Low-Complexity Acoustic Echo Cancellation with Neural Kalman Filtering" [arXiv]. (Accepted by ICASSP 2023)\ :point_right: More results are shown on our Demo website.

AEC Inference with the pre-trained model

The inference code and pre-trained model of NKF-AEC is released in the src folder. Try NKF-AEC by running:

python nkf.py -x ref.wav -y mic.wav -o res.wav

Note: