[pulseaudio-discuss] [PATCH v2 23/25] echo-cancel: Mark webrtc intelligbility enhancer as non-functional

arun at accosted.net arun at accosted.net
Tue Dec 15 19:50:18 PST 2015


From: Arun Raghavan <git at arunraghavan.net>

The intelligbility enhancer needs to be able to modify playback samples
and we do not currently have the ability to do that in
module-echo-cancel.
---
 src/modules/echo-cancel/webrtc.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/echo-cancel/webrtc.cc b/src/modules/echo-cancel/webrtc.cc
index 9ae5d77..e97a857 100644
--- a/src/modules/echo-cancel/webrtc.cc
+++ b/src/modules/echo-cancel/webrtc.cc
@@ -338,7 +338,7 @@ bool pa_webrtc_ec_init(pa_core *c, pa_echo_canceller *ec,
     if (ext_filter)
         config.Set<webrtc::ExtendedFilter>(new webrtc::ExtendedFilter(true));
     if (intelligibility)
-        config.Set<webrtc::Intelligibility>(new webrtc::Intelligibility(true));
+        pa_log_warn("The intelligibility enhancer does not currently work");
     if (experimental_agc)
         config.Set<webrtc::ExperimentalAgc>(new webrtc::ExperimentalAgc(true, ec->params.webrtc.agc_start_volume));
 
-- 
2.5.0



More information about the pulseaudio-discuss mailing list