webrtc/modules/audio_processing
Ivo Creusen a99665226a Make delay stat optional.
The delay_ms stat in AudioprocessStats should be an Optional, because its value is not always computed. This CL changes it to an optional.

Bug: webrtc:8569
Change-Id: I42fd7a86b975c766b685444bf1829511f790da2a
Reviewed-on: https://webrtc-review.googlesource.com/33320
Reviewed-by: Per Åhgren <peah@webrtc.org>
Commit-Queue: Ivo Creusen <ivoc@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21293}
2017-12-15 14:23:06 +00:00
..
aec Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
aec3 Added further ability to adjust the filter adaptation in AEC3 2017-12-14 08:28:31 +00:00
aec_dump Fix circular dependencies between optional, array_view, and rtc_base. 2017-12-14 06:49:11 +00:00
aecm Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
agc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
agc2 Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +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 Make delay stat optional. 2017-12-15 14:23:06 +00:00
intelligibility Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
level_controller Make PrintResultMeanAndError receive two doubles instead of a string. 2017-11-24 12:14:48 +00:00
logging
ns Forgotten 'memset' in NoiseSuppression. 2017-10-23 12:11:47 +00:00
test Fix circular dependencies between optional, array_view, and rtc_base. 2017-12-14 06:49:11 +00:00
transient Fix circular deps in common_audio. 2017-11-17 11:20:17 +00:00
utility Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
vad audio_processing VAD annotations in APM-qa. 2017-11-07 10:37:00 +00:00
audio_buffer.cc
audio_buffer.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
audio_buffer_unittest.cc
audio_processing_impl.cc Added metric for the delay in AEC3. 2017-11-27 12:52:42 +00:00
audio_processing_impl.h Add parallel stats interface with optional stats to APM. 2017-11-20 13:13:20 +00:00
audio_processing_impl_locking_unittest.cc
audio_processing_impl_unittest.cc Change return types of refcount methods. 2017-10-20 07:46:03 +00:00
audio_processing_performance_unittest.cc Make PrintResultList receive a vector of doubles instead of a string. 2017-11-28 11:52:38 +00:00
audio_processing_unittest.cc Stop using ByteSize (deprecated) to get the size of a proto message. 2017-11-30 14:27:50 +00:00
BUILD.gn Revert "Reland "iOS: Save perf results under Documents/perf_result.json"" 2017-12-14 12:51:15 +00:00
common.h
config_unittest.cc
debug.proto
DEPS
echo_cancellation_bit_exact_unittest.cc
echo_cancellation_impl.cc
echo_cancellation_impl.h
echo_cancellation_impl_unittest.cc
echo_control_mobile_impl.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +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
level_estimator_impl.cc
level_estimator_impl.h
level_estimator_unittest.cc
low_cut_filter.cc
low_cut_filter.h
low_cut_filter_unittest.cc
noise_suppression_impl.cc
noise_suppression_impl.h
noise_suppression_unittest.cc
OWNERS
render_queue_item_verifier.h
residual_echo_detector.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
residual_echo_detector.h
residual_echo_detector_unittest.cc
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
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
splitting_filter.cc
splitting_filter.h
splitting_filter_unittest.cc
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