Code Monkey home page Code Monkey logo

Comments (5)

songhui5561 avatar songhui5561 commented on July 18, 2024

we use the same algorithm as Webtrc-DTD, so you can find details in Webrtc website.

AEC is composed of linear echo cancellation(LEC) and residual echo suppression (RES). LEC is NLMS-based adaptive filtering algorithm, and RES is extracted from Speex-AEC.

from athena-signal.

rick2003-gh avatar rick2003-gh commented on July 18, 2024

Hi @songhui5561 :
Thanks for your helpful reply ^ ^
Did you mean this webrtc website : https://bugs.chromium.org/p/webrtc/issues/list ? I have searched webrtc-dtd related information in this website but didn't see anything about Webtrc-DTD. Could you tell me the website ? Thanks a lot!

from athena-signal.

songhui5561 avatar songhui5561 commented on July 18, 2024

Oh I misread your question. I thought you meant TDE ... ...

We use ERLE for DTD in linear echo cancellation, and RES output signal to update DTD overall. Maybe you can find information about ERLE and RES (which is also called 'NLP' in webrtc) first.

from athena-signal.

rick2003-gh avatar rick2003-gh commented on July 18, 2024

Hi @songhui5561 :
I download the latest version of athena-signal, and replace example's input_file, ref_file and output_file with wavs to do AEC.

https://drive.google.com/file/d/1jWq8TOTaNMOHTOPIp7QVrFXgjm2qyJ3q/view?usp=sharing

Belows are informations of those wavs :
far16K.pcm : 30 secs far-side human sound
mic16K.pcm : 30 secs recording, containing far-side talk and double talk
*Farside-talk : 0 ~ 7.5 secs and 22.5 ~ 30.0 secs
*Double-talk : 7.5 ~ 22.5 secs
near.wav : 30 secs near-side human sound

Question : I found that AEC result of 22.5 ~ 30.0 secs (far-side talk) are not good enough (still have some echo), could you tell me how to improve the AEC performance?

Thanks you!!

from athena-signal.

songhui5561 avatar songhui5561 commented on July 18, 2024

here is my advice:

you can set 'communication mode', rather than 'recognition mode'. Some parameters are set to different value in different modes, so you can track these parameters, and tune them.
check if DTD result is right. We use the 1-stage RES, and the output of LEC, to update DTD. So you can check DTD after the first stage RES.

from athena-signal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.