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

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

Issue 833643005: Add a media constraint to enable beamforming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Configure beamforming depending on device Created 5 years, 11 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.h
diff --git a/content/renderer/media/media_stream_audio_processor.h b/content/renderer/media/media_stream_audio_processor.h
index 3fded3ef07f38287dd7bfca7742a1e5ee3f3db3e..ba66d2acd9ddd018805155490fb482623175d890 100644
--- a/content/renderer/media/media_stream_audio_processor.h
+++ b/content/renderer/media/media_stream_audio_processor.h
@@ -128,6 +128,7 @@ class CONTENT_EXPORT MediaStreamAudioProcessor :
// Helper to initialize the WebRtc AudioProcessing.
void InitializeAudioProcessingModule(
const blink::WebMediaConstraints& constraints, int effects);
+ void ConfigBeamforming(webrtc::Config* config);
ajm 2015/01/08 00:03:17 nit: ConfigureBeamforming?
aluebs-chromium 2015/01/08 00:29:17 Done.
// Helper to initialize the capture converter.
void InitializeCaptureFifo(const media::AudioParameters& input_format);

Powered by Google App Engine
This is Rietveld 408576698