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

Unified Diff: remoting/protocol/audio_pump.h

Issue 2903153004: [Chromoting] Implement down mixing in AudioPump (Closed)
Patch Set: Resolve review comments 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: remoting/protocol/audio_pump.h
diff --git a/remoting/protocol/audio_pump.h b/remoting/protocol/audio_pump.h
index 3764f6a47ef8b4d42049219a941fbca7658b8735..ce62621e656c1569dcd322548915c943a02b52cd 100644
--- a/remoting/protocol/audio_pump.h
+++ b/remoting/protocol/audio_pump.h
@@ -29,8 +29,9 @@ class AudioSource;
// AudioPump is responsible for fetching audio data from the AudioCapturer
// and encoding it before passing it to the AudioStub for delivery to the
-// client. Audio is captured and encoded on the audio thread and then passed to
-// AudioStub on the network thread.
+// client. Audio data will be downmixed to stereo if needed. Audio is captured
+// and encoded on the audio thread and then passed to AudioStub on the network
+// thread.
class AudioPump : public AudioStream {
public:
// The caller must ensure that the |audio_stub| is not destroyed until the

Powered by Google App Engine
This is Rietveld 408576698