webrtc/modules/audio_coding/codecs/isac
Karl Wiberg 7ba22b8eea Break out the part of the iSAC codec that's used for Voice Activity Detection
The audio processing code is using parts of the iSAC codec to do voice
activity detection (VAD), but it's undesirable for it to pull in the
entire iSAC codec as a dependency. So this CL factors out the parts of
iSAC that's needed for VAD to a separate build target.

Bug: webrtc:8396
Change-Id: I884e25d8fd0bc815fca664352b0573b4b173880e
Reviewed-on: https://webrtc-review.googlesource.com/69640
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23110}
2018-05-04 08:53:34 +00:00
..
fix Add missing header include for filterbanks_neon.c 2018-04-21 18:21:44 +00:00
main Break out the part of the iSAC codec that's used for Voice Activity Detection 2018-05-04 08:53:34 +00:00
audio_decoder_isac_t.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_decoder_isac_t_impl.h Add missing iSAC headers. 2018-01-02 13:01:11 +00:00
audio_encoder_isac_t.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_encoder_isac_t_impl.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
bandwidth_info.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
empty.cc Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
locked_bandwidth_info.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
locked_bandwidth_info.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
unittest.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00