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

Unified Diff: media/audio/win/audio_low_latency_input_win.h

Issue 10823100: Adds support for multi-channel output audio for the low-latency path in Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 4 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/win/audio_low_latency_output_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/win/audio_low_latency_input_win.h
diff --git a/media/audio/win/audio_low_latency_input_win.h b/media/audio/win/audio_low_latency_input_win.h
index bb0f58c02443d97061ada743ad2f9f6c5e2475af..049406409f41440f713482d41d06b6acee22893a 100644
--- a/media/audio/win/audio_low_latency_input_win.h
+++ b/media/audio/win/audio_low_latency_input_win.h
@@ -110,7 +110,7 @@ class MEDIA_EXPORT WASAPIAudioInputStream
static int HardwareSampleRate(const std::string& device_id);
// Retrieves the number of audio channels used by the audio engine for its
- // internal processing/mixing of shared-mode streams given a specifed device.
+ // internal processing/mixing of shared-mode streams given a specified device.
static uint32 HardwareChannelCount(const std::string& device_id);
bool started() const { return started_; }
« no previous file with comments | « no previous file | media/audio/win/audio_low_latency_output_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698