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

Unified Diff: webrtc/modules/audio_processing/test/conversational_speech/mock_wavreader.h

Issue 2808053002: Conversational Speech tool completed (Closed)
Patch Set: merge Created 3 years, 6 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/test/conversational_speech/mock_wavreader.h
diff --git a/webrtc/modules/audio_processing/test/conversational_speech/mock_wavreader.h b/webrtc/modules/audio_processing/test/conversational_speech/mock_wavreader.h
index 030e163e80a135eda4e20a9bb1b3a299087cacc4..98dfaa27e84f8c37908918ba3a262fe6df7a33ab 100644
--- a/webrtc/modules/audio_processing/test/conversational_speech/mock_wavreader.h
+++ b/webrtc/modules/audio_processing/test/conversational_speech/mock_wavreader.h
@@ -28,7 +28,7 @@ class MockWavReader : public WavReaderInterface {
MockWavReader(int sample_rate, size_t num_channels, size_t num_samples);
~MockWavReader();
- // TODO(alessiob): use ON_CALL to return random samples.
+ // TODO(alessiob): use ON_CALL to return random samples if needed.
MOCK_METHOD1(ReadFloatSamples, size_t(rtc::ArrayView<float>));
MOCK_METHOD1(ReadInt16Samples, size_t(rtc::ArrayView<int16_t>));

Powered by Google App Engine
This is Rietveld 408576698