Chromium Code Reviews

Unified Diff: webrtc/modules/audio_processing/include/audio_processing.h

Issue 1781893002: Revert of Drop the 16kHz sample rate restriction on AECM and zero out higher bands (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/audio_processing/include/audio_processing.h
diff --git a/webrtc/modules/audio_processing/include/audio_processing.h b/webrtc/modules/audio_processing/include/audio_processing.h
index 5791d26ec5eb9b36f94432a422478f1f4743cbae..8af5f53e1eb99135072b5592e48694e102587797 100644
--- a/webrtc/modules/audio_processing/include/audio_processing.h
+++ b/webrtc/modules/audio_processing/include/audio_processing.h
@@ -508,6 +508,7 @@
static const int kNativeSampleRatesHz[];
static const size_t kNumNativeSampleRates;
static const int kMaxNativeSampleRateHz;
+ static const int kMaxAECMSampleRateHz;
static const int kChunkSizeMs = 10;
};

Powered by Google App Engine