webrtc/modules/audio_processing/agc2
2024-10-23 20:01:09 -07:00
..
rnn_vad Mass removal of absl_deps in all BUILD.gn files 2024-05-23 15:09:46 +00:00
adaptive_digital_gain_controller.cc More use of DeinterleavedView and MonoView in audio classes 2024-07-09 13:29:37 +00:00
adaptive_digital_gain_controller.h More use of DeinterleavedView and MonoView in audio classes 2024-07-09 13:29:37 +00:00
adaptive_digital_gain_controller_unittest.cc More use of DeinterleavedView and MonoView in audio classes 2024-07-09 13:29:37 +00:00
agc2_common.h AGC2 adaptive digital controller config clean-up 2022-12-09 13:07:34 +00:00
agc2_testing_common.cc Use sinf instead of std::sinf to improve libstdc++ compatibility 2023-05-30 20:16:31 +00:00
agc2_testing_common.h AGC2 limiter: faster recovery 2021-11-19 10:00:21 +00:00
agc2_testing_common_unittest.cc
biquad_filter.cc Optimize the AGC2 Biquad filter. 2022-06-20 16:05:51 +00:00
biquad_filter.h BiQuadFilter: API improvements 2021-10-28 14:04:09 +00:00
biquad_filter_unittest.cc BiQuadFilter: API improvements 2021-10-28 14:04:09 +00:00
BUILD.gn Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
clipping_predictor.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
clipping_predictor.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
clipping_predictor_level_buffer.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
clipping_predictor_level_buffer.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
clipping_predictor_level_buffer_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
clipping_predictor_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
compute_interpolated_gain_curve.cc Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
compute_interpolated_gain_curve.h Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
cpu_features.cc
cpu_features.h
fixed_digital_level_estimator.cc Update FrameCombiner et al to use DeinterleavedView 2024-07-02 15:58:20 +00:00
fixed_digital_level_estimator.h Remove deprecated methods 2024-07-04 13:19:15 +00:00
fixed_digital_level_estimator_unittest.cc Update FrameCombiner et al to use DeinterleavedView 2024-07-02 15:58:20 +00:00
gain_applier.cc More use of DeinterleavedView and MonoView in audio classes 2024-07-09 13:29:37 +00:00
gain_applier.h More use of DeinterleavedView and MonoView in audio classes 2024-07-09 13:29:37 +00:00
gain_applier_unittest.cc More use of DeinterleavedView and MonoView in audio classes 2024-07-09 13:29:37 +00:00
gain_map_internal.h InputVolumeController: readability improvements 2022-12-02 12:49:04 +00:00
input_volume_controller.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
input_volume_controller.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
input_volume_controller_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
input_volume_stats_reporter.cc m130 merge fixes 2024-10-23 20:01:09 -07:00
input_volume_stats_reporter.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
input_volume_stats_reporter_unittest.cc InputVolumeStatsReporter: replace WebRTC.Audio.AgcSetLevel 2022-12-08 15:44:43 +00:00
interpolated_gain_curve.cc Adopt absl::string_view in modules/audio_processing/ 2022-08-16 13:49:14 +00:00
interpolated_gain_curve.h Adopt absl::string_view in modules/audio_processing/ 2022-08-16 13:49:14 +00:00
interpolated_gain_curve_unittest.cc
limiter.cc Remove deprecated methods 2024-07-04 13:19:15 +00:00
limiter.h Remove deprecated methods 2024-07-04 13:19:15 +00:00
limiter_db_gain_curve.cc Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
limiter_db_gain_curve.h
limiter_db_gain_curve_unittest.cc
limiter_unittest.cc Update FrameCombiner et al to use DeinterleavedView 2024-07-02 15:58:20 +00:00
noise_level_estimator.cc More use of DeinterleavedView and MonoView in audio classes 2024-07-09 13:29:37 +00:00
noise_level_estimator.h More use of DeinterleavedView and MonoView in audio classes 2024-07-09 13:29:37 +00:00
noise_level_estimator_unittest.cc More use of DeinterleavedView and MonoView in audio classes 2024-07-09 13:29:37 +00:00
saturation_protector.cc AGC2: use only one headroom parameter 2021-09-28 16:52:16 +00:00
saturation_protector.h AGC2: use only one headroom parameter 2021-09-28 16:52:16 +00:00
saturation_protector_buffer.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
saturation_protector_buffer.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
saturation_protector_buffer_unittest.cc
saturation_protector_unittest.cc AGC2: use only one headroom parameter 2021-09-28 16:52:16 +00:00
speech_level_estimator.cc AGC2 adaptive digital controller config clean-up 2022-12-09 13:07:34 +00:00
speech_level_estimator.h Move webrtc::AudioProcessing include to api/ folder 2024-04-20 07:02:50 +00:00
speech_level_estimator_unittest.cc Move webrtc::AudioProcessing include to api/ folder 2024-04-20 07:02:50 +00:00
speech_probability_buffer.cc Add SpeechProbabilityBuffer 2022-10-06 11:23:03 +00:00
speech_probability_buffer.h Add SpeechProbabilityBuffer 2022-10-06 11:23:03 +00:00
speech_probability_buffer_unittest.cc Add SpeechProbabilityBuffer 2022-10-06 11:23:03 +00:00
vad_wrapper.cc More use of DeinterleavedView and MonoView in audio classes 2024-07-09 13:29:37 +00:00
vad_wrapper.h More use of DeinterleavedView and MonoView in audio classes 2024-07-09 13:29:37 +00:00
vad_wrapper_unittest.cc More use of DeinterleavedView and MonoView in audio classes 2024-07-09 13:29:37 +00:00
vector_float_frame.cc Updates to AudioFrameView and VectorFloatFrame 2024-06-17 12:13:40 +00:00
vector_float_frame.h Updates to AudioFrameView and VectorFloatFrame 2024-06-17 12:13:40 +00:00