-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About echo cancellation #103
Comments
I found webrtc has aec module, is there any hint about how to integrate it into the code |
I have some local code to enable AEC, but it is not tested yet. |
I can do some test, can u share the code, or some tips how to ? I have tried use android.media.AudioTrack(not webrtc AudioTrack) and Speex to cancel the echo, and it worked. But I have no idea how to add the code into this project. |
In my code, I should set sample rate at 8k and single track, enable aec, and use Speex at audio encoder and decoder, but webrtc has no entry. And in this project, I also tried disable the hardware echo cancellation and other code like below: but all failed |
I have seen this code, dump the stream into a tmp file(like the aecDump method), and do aec ops? Am i right? |
Yes. But I would leave out the recording stuff. |
Any detailed information? I don't understand? I searched over the internet, not too much talked about aec based on webrtc. |
The line with |
I'll have a try, thanks |
Did you get echo cancellation to work? |
I have added the JavaAudioDevice code. But it does not seem to work for me. |
When two device output via speakphone and there will be much echo. Is there any method to add echo cancellation process?
The text was updated successfully, but these errors were encountered: