Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: webrtc/common.h

Issue 1887003002: Added support in the AEC for refined filter adaptation. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/common.h
diff --git a/webrtc/common.h b/webrtc/common.h
index 58aba517e91d2f0bf4f22fb6310e2f886aa885a2..4ff73452b4eab00c04ca056123dc3981ce7b2f92 100644
--- a/webrtc/common.h
+++ b/webrtc/common.h
@@ -32,7 +32,8 @@ enum class ConfigOptionID {
kExperimentalNs,
kBeamforming,
kIntelligibility,
- kEchoCanceller3
+ kEchoCanceller3,
+ kRefinedAdaptiveFilter
hlundin-webrtc 2016/04/14 14:02:26 I think kAecRefinedAdaptiveFilter is better, since
peah-webrtc 2016/04/14 22:12:40 Nice! Good point! Done.
};
// Class Config is designed to ease passing a set of options across webrtc code.
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/aec/aec_core.h » ('j') | webrtc/modules/audio_processing/aec/aec_core.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698