webrtc/modules/audio_processing
Ivo Creusen 8c812f3fc3 Restructure the audioproc_f tool into a library with a thin executable wrapper.
This refactoring makes it easier to experiment with injectable components.

Bug: webrtc:8732
Change-Id: I2cd2a8ff80516a76aec814af02b61778915f2217
Reviewed-on: https://webrtc-review.googlesource.com/60863
Commit-Queue: Ivo Creusen <ivoc@webrtc.org>
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22372}
2018-03-09 18:06:04 +00:00
..
aec NaNs in Echo Canceller. 2018-01-25 13:30:04 +00:00
aec3 Separate build target for rtc_base/numerics/safe_minmax.h 2018-03-07 14:12:00 +00:00
aec_dump Add FixedGainController and move GainController2 in APM. 2018-02-16 10:56:38 +00:00
aecm Use of unititialized value in AECM. 2018-01-25 15:09:14 +00:00
agc Streamline error handling and logging in the audio processing module 2018-02-15 15:06:26 +00:00
agc2 Separate build target for rtc_base/numerics/safe_minmax.h 2018-03-07 14:12:00 +00:00
audio_generator Add stub draft of audio generator to APM 2018-03-05 09:28:52 +00:00
beamformer Fix macro clash with _USE_MATH_DEFINES. 2017-12-13 09:39:20 +00:00
echo_detector Optional: Use nullopt and implicit construction in /modules/audio_processing 2017-11-20 10:19:30 +00:00
include Reland "Deprecate the adaptive level controller" 2018-03-09 09:42:13 +00:00
intelligibility Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
logging
ns Division by zero in NoiseSuppression. 2018-01-24 14:26:28 +00:00
test Restructure the audioproc_f tool into a library with a thin executable wrapper. 2018-03-09 18:06:04 +00:00
transient Streamline error handling and logging in the audio processing module 2018-02-15 15:06:26 +00:00
utility Fix typo in the include path of ooura_fft.h 2018-01-11 07:57:40 +00:00
vad Stop using public_deps in common_audio. 2018-02-06 09:44:20 +00:00
audio_buffer_unittest.cc
audio_buffer.cc
audio_buffer.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
audio_frame_view_unittest.cc Comments in FixedDigitalLevelEstimator. 2018-02-16 14:17:08 +00:00
audio_processing_impl_locking_unittest.cc Use AudioProcessingBuilder everywhere AudioProcessing is created. 2018-01-09 13:45:20 +00:00
audio_processing_impl_unittest.cc Change return types of refcount methods. 2017-10-20 07:46:03 +00:00
audio_processing_impl.cc Reland "Deprecate the adaptive level controller" 2018-03-09 09:42:13 +00:00
audio_processing_impl.h Reland "Deprecate the adaptive level controller" 2018-03-09 09:42:13 +00:00
audio_processing_performance_unittest.cc Use AudioProcessingBuilder everywhere AudioProcessing is created. 2018-01-09 13:45:20 +00:00
audio_processing_unittest.cc Reland "Deprecate the adaptive level controller" 2018-03-09 09:42:13 +00:00
BUILD.gn Restructure the audioproc_f tool into a library with a thin executable wrapper. 2018-03-09 18:06:04 +00:00
common.h
config_unittest.cc
debug.proto
DEPS
echo_cancellation_bit_exact_unittest.cc
echo_cancellation_impl_unittest.cc Use AudioProcessingBuilder everywhere AudioProcessing is created. 2018-01-09 13:45:20 +00:00
echo_cancellation_impl.cc Enforcing a stream delay of 0 to be assumed in the AEC on Chrome OS 2017-12-22 15:42:13 +00:00
echo_cancellation_impl.h Enforcing a stream delay of 0 to be assumed in the AEC on Chrome OS 2017-12-22 15:42:13 +00:00
echo_control_mobile_impl.cc Streamline error handling and logging in the audio processing module 2018-02-15 15:06:26 +00:00
echo_control_mobile_impl.h
echo_control_mobile_unittest.cc
gain_control_for_experimental_agc.cc
gain_control_for_experimental_agc.h
gain_control_impl.cc Optional: Use nullopt and implicit construction in /modules/audio_processing 2017-11-20 10:19:30 +00:00
gain_control_impl.h
gain_control_unittest.cc
gain_controller2_unittest.cc Add FixedGainController and move GainController2 in APM. 2018-02-16 10:56:38 +00:00
gain_controller2.cc Add FixedGainController and move GainController2 in APM. 2018-02-16 10:56:38 +00:00
gain_controller2.h Add FixedGainController and move GainController2 in APM. 2018-02-16 10:56:38 +00:00
level_estimator_impl.cc
level_estimator_impl.h
level_estimator_unittest.cc
low_cut_filter_unittest.cc
low_cut_filter.cc
low_cut_filter.h
noise_suppression_impl.cc
noise_suppression_impl.h
noise_suppression_unittest.cc
OWNERS Add gustaf to audio_processing OWNERS 2018-02-06 10:54:29 +00:00
render_queue_item_verifier.h
residual_echo_detector_unittest.cc Make the echo detector injectable. 2018-01-11 15:43:01 +00:00
residual_echo_detector.cc Streamline error handling and logging in the audio processing module 2018-02-15 15:06:26 +00:00
residual_echo_detector.h Make the echo detector injectable. 2018-01-11 15:43:01 +00:00
rms_level_unittest.cc Move some more numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 12:39:39 +00:00
rms_level.cc Optional: Use nullopt and implicit construction in /modules/audio_processing 2017-11-20 10:19:30 +00:00
rms_level.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
splitting_filter_unittest.cc
splitting_filter.cc
splitting_filter.h
three_band_filter_bank.cc
three_band_filter_bank.h
typing_detection.cc
typing_detection.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
voice_detection_impl.cc
voice_detection_impl.h
voice_detection_unittest.cc