A stand alone wrapper library in C code of DTLN-aec.
Inlcude prebuilt TensorFlow Lite v2.5.2 for Windows x64/macOS(Intel)/macOS(Apple Silicon).
If you need NR, please check DTLN_NR.
I use hardcode model(dtln_aec_128) in this project, if you want change model,
Use
TfLiteModelCreateFromFile()
To replace
TfLiteModelCreate()
If you want use quantized models in PiDTLN,
MUST check tensor input,
PiDTLN use diffrent tensor input order with original DTLN-aec.
- This project is based on the DTLN-aec by breizhn.
- FFT from KISS FFT by mborgerding.
@INPROCEEDINGS{westhausen21_dtln_aec,
author={Westhausen, Nils L. and Meyer, Bernd T.},
booktitle={ICASSP 2021 - 2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
title={{Acoustic Echo Cancellation with the Dual-Signal Transformation LSTM Network}},
year={2021},
volume={},
number={},
pages={7138-7142},
doi={10.1109/ICASSP39728.2021.9413510}
}