--
--
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Kind regards,
Silviu
We are seeing (hearing!) significant problems with the WebRTC ecan too (in situations where skype works fine). One case that is interesting because I found a hack that fixes it is when we use the microphone on a TANDBERG precision-HD USB webcam (48Khz mono). With pretty much any pc and any playback device the ecan does not work (seemingly at all, ever) with this microphone. However if I go and change the code and add 65 or more to "msInSndCardBuf" in the call to WebRtcAec_Process then it works (echo disappears). I'm using the latest code, and windows / core audio. Using WEBRTC_AEC_DEBUG_DUMP it looks that (with the unmodified code) the near signal is delayed about 120ms compared to the far signal (so does not look like a causality issue)? Clearly manually hacking the delay in the code for each microphone is not really a workable solution so I'm looking for something better. I have time to look at this some more here but was wondering if anyone had any pointers.