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

Unified Diff: webrtc/common_audio/vad/include/vad.h

Issue 1322973004: Fold AudioEncoderMutable into AudioEncoder (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: review fixes Created 5 years, 3 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
« no previous file with comments | « no previous file | webrtc/common_audio/vad/mock/mock_vad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_audio/vad/include/vad.h
diff --git a/webrtc/common_audio/vad/include/vad.h b/webrtc/common_audio/vad/include/vad.h
index 1944f9dc5a8684d9243a377a872c9ca7611900cb..72c09492b343da4a32dc505467a3ed53d18ecb91 100644
--- a/webrtc/common_audio/vad/include/vad.h
+++ b/webrtc/common_audio/vad/include/vad.h
@@ -37,8 +37,12 @@ class Vad {
size_t num_samples,
int sample_rate_hz);
+ // Reset VAD state.
+ virtual void Reset();
+
private:
VadInst* handle_;
+ Aggressiveness aggressiveness_;
};
} // namespace webrtc
« no previous file with comments | « no previous file | webrtc/common_audio/vad/mock/mock_vad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698