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.
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:
If you find this repository helpful, please cite our work:
@article{
yang2022low,
title={Low-Complexity Acoustic Echo Cancellation with Neural Kalman Filtering},
author={Yang, Dong and Jiang, Fei and Wu, Wei and Fang, Xuefei and Cao, Muyong},
journal={arXiv preprint arXiv:2207.11388},
year={2022}
}