mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-19 08:37:54 +01:00
![]() 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} |
||
---|---|---|
.. | ||
audio_coding | ||
audio_device | ||
audio_mixer | ||
audio_processing | ||
bitrate_controller | ||
congestion_controller | ||
desktop_capture | ||
include | ||
pacing | ||
remote_bitrate_estimator | ||
rtp_rtcp | ||
third_party | ||
utility | ||
video_capture | ||
video_coding | ||
video_processing | ||
BUILD.gn | ||
module_common_types_unittest.cc | ||
OWNERS |