Index: third_party/WebKit/Source/modules/webaudio/RealtimeAnalyser.h |
diff --git a/third_party/WebKit/Source/modules/webaudio/RealtimeAnalyser.h b/third_party/WebKit/Source/modules/webaudio/RealtimeAnalyser.h |
index 0f7e1e7aceb67b87804d7c0905af8ce7a64b181c..2b27a00c42ffedded38d5215f56d415ee98f5847 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/RealtimeAnalyser.h |
+++ b/third_party/WebKit/Source/modules/webaudio/RealtimeAnalyser.h |
@@ -77,6 +77,9 @@ private: |
AudioFloatArray m_inputBuffer; |
unsigned m_writeIndex; |
+ // Input audio is downmixed to this bus before copying to m_inputBuffer. |
+ RefPtr<AudioBus> m_downMixBus; |
+ |
size_t m_fftSize; |
OwnPtr<FFTFrame> m_analysisFrame; |
void doFFTAnalysis(); |