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 445d5c8c247886fbb8b7273ebc8ee48d9a433738..1408227474f8e91d5714f44a49c14facf110a5ba 100644 |
--- a/webrtc/modules/audio_processing/include/audio_processing.h |
+++ b/webrtc/modules/audio_processing/include/audio_processing.h |
@@ -128,7 +128,7 @@ struct Intelligibility { |
bool enabled; |
}; |
-static const int kAudioProcMaxNativeSampleRateHz = 32000; |
+static const int kAudioProcMaxNativeSampleRateHz = 48000; |
Andrew MacDonald
2015/09/11 18:06:23
Looks like this should only affect:
https://code.g
aluebs-webrtc
2015/09/15 22:56:09
You were right, it was not working for 44100, than
|
// The Audio Processing Module (APM) provides a collection of voice processing |
// components designed for real-time communications software. |