breizhn / DTLN

Tensorflow 2.x implementation of the DTLN real time speech denoising model. With TF-lite, ONNX and real-time audio processing support.
MIT License
555 stars 156 forks source link

Can DTLN be combined with AEC in real time communication? #62

Open cloudvc opened 1 year ago

cloudvc commented 1 year ago

Hi, You do a great job. I wonder whether DTLN can be combined with AEC in real time communication. Just like: AEC->DTLN for ANS->AGC. Or do you have test result: DTLN-aec->DTLN(NS)?

steven8274 commented 1 year ago

I think 'DTLN-aec' include 'Noise suppression' feature.You can read the paper of 'DTLN-aec'.