commit | c9ce07ed871db3172c1c63e6edac66dcda9fe69c | [log] [tgz] |
---|---|---|
author | aluebs@webrtc.org <aluebs@webrtc.org> | Mon Mar 02 20:07:31 2015 +0000 |
committer | aluebs@webrtc.org <aluebs@webrtc.org> | Mon Mar 02 20:07:51 2015 +0000 |
tree | c3602c92b2a8cca370ce972f844f25a91a90f9f0 | |
parent | 0482d0190259322aab4b8ee45a74cb621b383de2 [diff] [blame] |
Add Config option to enable 48kHz support in AudioProcessing BUG=webrtc:3146 R=andrew@webrtc.org, bjornv@webrtc.org Review URL: https://webrtc-codereview.appspot.com/45389004 Cr-Commit-Position: refs/heads/master@{#8563} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8563 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_processing/audio_processing_impl.h b/webrtc/modules/audio_processing/audio_processing_impl.h index 9d99bf0..d82ef02 100644 --- a/webrtc/modules/audio_processing/audio_processing_impl.h +++ b/webrtc/modules/audio_processing/audio_processing_impl.h
@@ -222,6 +222,8 @@ const bool beamformer_enabled_; rtc::scoped_ptr<Beamformer> beamformer_; const std::vector<Point> array_geometry_; + + const bool supports_48kHz_; }; } // namespace webrtc