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

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

Issue 1654443004: Surface the noise estimate of the NS to be used by other components (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Dont return reference to memeber vector Created 4 years, 10 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 3a7e3087cfa33b255f4c700650d240331bb46834..c9f1b8e9c1e2038038e218fceb5fc16d91521a83 100644
--- a/webrtc/modules/audio_processing/include/mock_audio_processing.h
+++ b/webrtc/modules/audio_processing/include/mock_audio_processing.h
@@ -140,6 +140,7 @@ class MockNoiseSuppression : public NoiseSuppression {
Level());
MOCK_CONST_METHOD0(speech_probability,
float());
+ MOCK_METHOD0(noise_estimate, std::vector<float>());
};
class MockVoiceDetection : public VoiceDetection {

Powered by Google App Engine
This is Rietveld 408576698