breizhn / DTLN-aec

This Repostory contains the pretrained DTLN-aec model for real-time acoustic echo cancellation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could DTLN-aec process audio frame real-time on mobile?

DyncEric opened this issue Β· comments

We have tested DTLN, well done on mobile devices. Great job πŸ‘

Thanks, nice to hear that people are testing it on mobile devices!

Yes it probably can. The model I handed in to the AEC-Challenge is relatively big (10M parameters) compared to the original DTLN model, but the structure is the same. If you were able to make the original DTLN run on a mobile device then it should not be that difficult to also make the DTLN-aec run. Maybe start testing with the small model (128 units) and work your way up to the big one (512 units).

I have just integrated to iOS using AudioUnit low latency. CPU reach to 40%, However, I will optimize performance it soon.. Thanks, @breizhn for your repository.