This project is C++ (Microsoft Visual Studio Professional 2019) port of dpcrn_tflite denoise. I've included dependencies for tflite, fft in Windows. You can test project using single channel 16Khz wav files.
Modify the paths to int_file and out_file for the Main function.
I've tested project on Windows 10 (i5-8265U) environment and got realtime performance. STAR if project is helpful, welcome pull requests and issue.
1.SKIP-DPCRN (https://github.com/Le-Xiaohuai-speech/SKIP-DPCRN) (Great thanks to Le-Xiaohuai-speech)
2.Realtime_AudioDenoise_EchoCancellation (https://github.com/Turing311/Realtime_AudioDenoise_EchoCancellation)
2022.11.01