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. |