webrtc/modules
Sam Zackrisson e2405c1a82 Remove the HighPassFilter interface
The functionality remains unaffected.
Filter toggling is still available via webrtc::AudioProcessing::Config.
Example:
webrtc::AudioProcessing::Config config = apm.GetConfig();
// Read settings
if (config.high_pass_filter.enabled) { ... }
// Apply setting
config.high_pass_filter.enabled = true;
apm.ApplyConfig();

Bug: webrtc:9535
Change-Id: Ib4c4b04078bbb490ebdab9721b8c7811d73777a8
Reviewed-on: https://webrtc-review.googlesource.com/c/102541
Commit-Queue: Sam Zackrisson <saza@webrtc.org>
Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org>
Reviewed-by: Per Åhgren <peah@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25198}
2018-10-16 09:27:44 +00:00
..
audio_coding Stop simulations when a LOG_END event is reached. 2018-10-15 16:06:40 +00:00
audio_device Remove @SuppressLint(NewApi) and guard @TargetApi methods 2018-10-05 10:36:14 +00:00
audio_mixer Reland "[cleanup] Remove useless includes." 2018-10-08 07:44:19 +00:00
audio_processing Remove the HighPassFilter interface 2018-10-16 09:27:44 +00:00
bitrate_controller Adds RTT based backoff trial to SendSideBandwidthEstimation. 2018-10-08 12:36:06 +00:00
congestion_controller Reland "Deprecates legacy transport feedback adapter." 2018-10-15 20:43:39 +00:00
desktop_capture Reland "Export symbols needed by the Chromium component build (part 1)." 2018-10-11 09:50:21 +00:00
include Delete support for VoIP metrics (RFC 3611 4.7) 2018-10-05 10:07:57 +00:00
pacing Removes Clock instance from RoundRobinPacketQueue. 2018-10-16 08:23:46 +00:00
remote_bitrate_estimator Extract functionality of test_main into separate library. 2018-10-15 14:13:06 +00:00
rtp_rtcp Extract functionality of test_main into separate library. 2018-10-15 14:13:06 +00:00
third_party Fix guards for headers in third party 2018-08-07 09:39:06 +00:00
utility Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
video_capture Extract functionality of test_main into separate library. 2018-10-15 14:13:06 +00:00
video_coding Move MockVideoDecoder to api/test. 2018-10-15 13:45:27 +00:00
video_processing Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
BUILD.gn Extract functionality of test_main into separate library. 2018-10-15 14:13:06 +00:00
module_common_types_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00