A stand alone wrapper library in C code of DTLN.
Inlcude prebuilt TensorFlow Lite v2.5.2 for Windows x64/macOS(Intel)/macOS(Apple Silicon).
If you need AEC, please check DTLN_AEC.
I use hardcode model in this project, if you want change model,
Use
TfLiteModelCreateFromFile()
To replace
TfLiteModelCreate()
- This project is based on the DTLN by breizhn.
- FFT from KISS FFT by mborgerding.
@inproceedings{Westhausen2020,
author={Nils L. Westhausen and Bernd T. Meyer},
title={{Dual-Signal Transformation LSTM Network for Real-Time Noise Suppression}},
year=2020,
booktitle={Proc. Interspeech 2020},
pages={2477--2481},
doi={10.21437/Interspeech.2020-2631},
url={http://dx.doi.org/10.21437/Interspeech.2020-2631}
}