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

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

Issue 1766383002: Convert IntelligibilityEnhancer to multi-threaded mode (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. 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/include/mock_audio_processing.h
diff --git a/webrtc/modules/audio_processing/include/mock_audio_processing.h b/webrtc/modules/audio_processing/include/mock_audio_processing.h
index b5ea5875a797f96e72ae61388426ea09a86adfb5..44c14dcc14e57279eb3deb78331ac4b4e262cdb6 100644
--- a/webrtc/modules/audio_processing/include/mock_audio_processing.h
+++ b/webrtc/modules/audio_processing/include/mock_audio_processing.h
@@ -142,6 +142,7 @@ class MockNoiseSuppression : public NoiseSuppression {
MOCK_CONST_METHOD0(speech_probability,
float());
MOCK_METHOD0(NoiseEstimate, std::vector<float>());
+ MOCK_CONST_METHOD0(num_noise_bins, size_t());
peah-webrtc 2016/03/08 07:02:38 Please remove this (see comment in AudioProcessin
aluebs-webrtc 2016/03/08 10:53:00 Done.
};
class MockVoiceDetection : public VoiceDetection {

Powered by Google App Engine
This is Rietveld 408576698