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

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

Issue 1275783003: Add a virtual beamforming audio device on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More constructors. Created 5 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
Index: content/renderer/media/media_stream_audio_processor_options.h
diff --git a/content/renderer/media/media_stream_audio_processor_options.h b/content/renderer/media/media_stream_audio_processor_options.h
index 1d806bf5c008f62ad6b37ab3007e97377f8fd11b..1af9c2f3ee4cd24a753357fb20dd2329522ef546 100644
--- a/content/renderer/media/media_stream_audio_processor_options.h
+++ b/content/renderer/media/media_stream_audio_processor_options.h
@@ -140,8 +140,8 @@ void GetAecStats(webrtc::EchoCancellation* echo_cancellation,
webrtc::AudioProcessorInterface::AudioProcessorStats* stats);
// Parses the microphone array geometry from |geometry_string| formatted as
-// "x1 y1 z1 ... xn yn zn" for an n-microphone array. See
-// switches::kMicrophonePositions for more detail.
+// "x1 y1 z1 ... xn yn zn" for an n-microphone array. See the mic_positions_
+// member of AudioParameters for more detail.
//
// Returns a zero-sized vector if |geometry_string| isn't a parseable geometry.
CONTENT_EXPORT std::vector<webrtc::Point> ParseArrayGeometry(

Powered by Google App Engine
This is Rietveld 408576698