webrtc/modules/audio_processing/include
Ivo Creusen d1f970dc43 Change echo detector to scoped_refptr
The echo detector is currently stored as a unique_ptr, but when injecting an echo detector, a scoped_refptr makes more sense since the ownership will be shared.

Bug: webrtc:8732
Change-Id: I2180014acb84f1cd5c361864a444b7b6574520f5
Reviewed-on: https://webrtc-review.googlesource.com/83325
Commit-Queue: Ivo Creusen <ivoc@webrtc.org>
Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org>
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23610}
2018-06-14 09:51:41 +00:00
..
aec_dump.cc Options and settings for the Pre-amplifier. 2018-04-16 12:25:48 +00:00
aec_dump.h Merge :audio_processing and :aec_dump_interface. 2018-05-15 14:22:52 +00:00
audio_frame_view.h Add namespace 'webrtc' to AudioFrameView. 2018-05-14 12:33:49 +00:00
audio_generator_factory.cc Add stub draft of audio generator to APM 2018-03-05 09:28:52 +00:00
audio_generator_factory.h Add stub draft of audio generator to APM 2018-03-05 09:28:52 +00:00
audio_generator.h Add stub draft of audio generator to APM 2018-03-05 09:28:52 +00:00
audio_processing_statistics.cc Use the new AudioProcessing statistics everywhere. 2017-11-24 18:17:39 +00:00
audio_processing_statistics.h Make delay stat optional. 2017-12-15 14:23:06 +00:00
audio_processing.cc Add RuntimeSettings to CustomProcessing. 2018-05-15 10:03:25 +00:00
audio_processing.h Change echo detector to scoped_refptr 2018-06-14 09:51:41 +00:00
config.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
config.h Delete macro RTC_DEFINE_STATIC_LOCAL. 2018-05-24 08:10:35 +00:00
mock_audio_processing.h Add RuntimeSettings to CustomProcessing. 2018-05-15 10:03:25 +00:00