Index: webrtc/modules/audio_processing/test/unpack.cc |
diff --git a/webrtc/modules/audio_processing/test/unpack.cc b/webrtc/modules/audio_processing/test/unpack.cc |
index fbb8e85fee7fcbe582f2cc76e2a22df29dd13f49..f5c0700b3f8bb340836070daee1320c8f1311155 100644 |
--- a/webrtc/modules/audio_processing/test/unpack.cc |
+++ b/webrtc/modules/audio_processing/test/unpack.cc |
@@ -252,6 +252,7 @@ int do_main(int argc, char* argv[]) { |
PRINT_CONFIG(ns_enabled); |
PRINT_CONFIG(ns_level); |
PRINT_CONFIG(transient_suppression_enabled); |
+ PRINT_CONFIG(intelligibility_enhancer_enabled); |
if (msg.has_experiments_description()) { |
fprintf(settings_file, " experiments_description: %s\n", |
msg.experiments_description().c_str()); |