1 /* 2 * Copyright (C) 2015-2020 Alibaba Group Holding Limited 3 */ 4 #ifndef __SPEECH_CFG_H__ 5 #define __SPEECH_CFG_H__ 6 7 // Speech process module 8 #include "speech_dc_filter.h" 9 #include "speech_iir_calibration.h" 10 #include "speech_fir_calibration.h" 11 #include "speech_aec.h" 12 #include "speech_aec2.h" 13 #include "echo_canceller.h" 14 #include "dual_mic_denoise.h" 15 #include "speech_2mic_ns2_denoise.h" 16 #include "sensormic_denoise.h" 17 #include "leftright_denoise.h" 18 #include "speech_3mic_ns.h" 19 #include "triple_mic_denoise3.h" 20 #include "far_field_speech_enhancement.h" 21 #include "speech_ns.h" 22 #include "lc_mmse_ns.h" 23 #include "lc_mmse_ns_float.h" 24 #include "ns3.h" 25 #include "wnr.h" 26 #include "VoiceActivityDetection.h" 27 #include "speech_noise_gate.h" 28 #include "compexp.h" 29 #include "agc.h" 30 #include "speech_eq.h" 31 #include "speech_gain.h" 32 #include "speech_ff_2mic_ns2.h" 33 #include "SubBandBasedAEC.h" 34 // Tool module 35 #include "speech_utils.h" 36 #include "speech_ssat.h" 37 #include "speech_memory.h" 38 #include "iir_resample.h" 39 #include "frame_resize.h" 40 #include "ae_math.h" 41 42 // Other module 43 #include "wind_detection_2mic.h" 44 45 #endif