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

Unified Diff: webrtc/modules/audio_processing/debug.proto

Issue 1886233003: Added a protobuf field for the audio processing module to store the status of experiments (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/modules/audio_processing/debug.proto
diff --git a/webrtc/modules/audio_processing/debug.proto b/webrtc/modules/audio_processing/debug.proto
index dea8fff1d1d07642c634c3675f85872f752fd003..0b43b19ee24010488882c9cc4db76b86a254a5f9 100644
--- a/webrtc/modules/audio_processing/debug.proto
+++ b/webrtc/modules/audio_processing/debug.proto
@@ -46,7 +46,7 @@ message Stream {
// Contains the configurations of various APM component. A Config message is
// added when any of the fields are changed.
message Config {
- // Next field number 17.
+ // Next field number 18.
// Acoustic echo canceler.
optional bool aec_enabled = 1;
optional bool aec_delay_agnostic_enabled = 2;
@@ -69,6 +69,9 @@ message Config {
optional int32 ns_level = 15;
// Transient suppression.
optional bool transient_suppression_enabled = 16;
+ // Semicolon separated string containing experimental feature
hlundin-webrtc 2016/04/14 07:50:07 "Semicolon-separated"
peah-webrtc 2016/04/14 11:11:06 Done.
+ // descriptions.
+ optional string experiments_description = 17;
}
message Event {

Powered by Google App Engine
This is Rietveld 408576698