Closed GoogleCodeExporter closed 9 years ago
Yes it's the noise suppression feature.
Actually there is already code available to do that : it comes from webRTC
project and is already implemented with the webRTC accoustic echo cancellation.
However it's disabled in builds of trunk because it seems to not play very well
with some device (where CPU is not strong enough to do this real time
processing).
So for now it's not activated by default in builds, but it's just a build
variable.
I have in my todo list to test that and try to select good settings so that it
works on all devices. A first step would be to provide it as an option so that
all users could test it. But for now, as it's a build time option that is not
enabled in nightly builds, it's hard to test for non developers.
Original comment by r3gis...@gmail.com
on 9 Aug 2012 at 5:25
thanks r3gis for your quick response. Again, I am very impressed with your
software and support.
One question, in the current release (0.03-01) I see that in expert setting
mode (Settings > media > audio problems solutions) is the WEBRTC option, does
it work in that version?, I am looking forward to test it !!:)
Original comment by jjavier....@gmail.com
on 10 Aug 2012 at 6:54
This webRTC option is for something different. In fact, webRTC is a project
from google that covers a lot of things.
I reuse part of their code for the audio layer glue, for the codecs, and for
echo cancellation. There is also the code for noise suppression included but
not activated in builds (nor the 0.03-01 stable version nor nightly build --
0.04-xx)
As said, the option is not yet there for users, but the feature is almost there
because code is ready.
Original comment by r3gis...@gmail.com
on 10 Aug 2012 at 8:49
Ok, I'll be waiting for it!. Thank you so much.
Original comment by jjavier....@gmail.com
on 10 Aug 2012 at 9:12
This issue was closed by revision r1879.
Original comment by r3gis...@gmail.com
on 8 Sep 2012 at 12:48
Original issue reported on code.google.com by
jjavier....@gmail.com
on 9 Aug 2012 at 5:11