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

Unified Diff: content/renderer/media/webrtc_audio_device_impl.h

Issue 15563004: Improved AGC update scheme for the audio backend in Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tommi@ review Created 7 years, 7 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 | media/audio/agc_audio_stream.h » ('j') | media/audio/agc_audio_stream.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/webrtc_audio_device_impl.h
diff --git a/content/renderer/media/webrtc_audio_device_impl.h b/content/renderer/media/webrtc_audio_device_impl.h
index 56d256bace04b6bad8277be4c51367863ce11908..e740a5954f7f79b1371af772a58018ac7da0f10a 100644
--- a/content/renderer/media/webrtc_audio_device_impl.h
+++ b/content/renderer/media/webrtc_audio_device_impl.h
@@ -122,7 +122,7 @@
// [browser]
// |
// AudioInputStream::(Capture thread loop)
-// AudioInputStreamImpl::QueryAgcVolume() => new volume once per second
+// AgcAudioStream<AudioInputStream>::GetAgcVolume() => get latest mic volume
// AudioInputData::OnData(..., volume)
// AudioInputController::OnData(..., volume)
// AudioInputSyncWriter::Write(..., volume)
« no previous file with comments | « no previous file | media/audio/agc_audio_stream.h » ('j') | media/audio/agc_audio_stream.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698