webrtc/modules/audio_processing/vad
Artem Titov df3bcdbe88 Extract fft4g into separate build target
common_audio/fft4g.c is third party codem that have to be moved into
third_party folder, so to be able to do it at first we have to extract
it into separate target. It is extracted with corresponding header file
and will be moved in futher CL.

Bug: webrtc:8366
Change-Id: I586ca94d4e9242c23163b987fa334dfa705020ed
Reviewed-on: https://webrtc-review.googlesource.com/85372
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23742}
2018-06-26 13:39:25 +00:00
..
BUILD.gn Extract fft4g into separate build target 2018-06-26 13:39:25 +00:00
common.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
gmm.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
gmm.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
gmm_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
noise_gmm_tables.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
pitch_based_vad.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
pitch_based_vad.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
pitch_based_vad_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
pitch_internal.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
pitch_internal.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
pitch_internal_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
pole_zero_filter.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
pole_zero_filter.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
pole_zero_filter_unittest.cc Made modules/audio_processing/vad its own target. 2018-02-05 14:03:40 +00:00
standalone_vad.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
standalone_vad.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
standalone_vad_unittest.cc Remove dependencies on modules:module_api from AudioProcessing. 2018-04-12 22:05:27 +00:00
vad_audio_proc.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
vad_audio_proc.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
vad_audio_proc_internal.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
vad_audio_proc_unittest.cc Remove dependencies on modules:module_api from AudioProcessing. 2018-04-12 22:05:27 +00:00
vad_circular_buffer.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
vad_circular_buffer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
vad_circular_buffer_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
voice_activity_detector.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
voice_activity_detector.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
voice_activity_detector_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
voice_gmm_tables.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00