mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 14:20:45 +01:00
![]() 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} |
||
---|---|---|
.. | ||
fix | ||
main | ||
audio_decoder_isac_t.h | ||
audio_decoder_isac_t_impl.h | ||
audio_encoder_isac_t.h | ||
audio_encoder_isac_t_impl.h | ||
bandwidth_info.h | ||
empty.cc | ||
locked_bandwidth_info.cc | ||
locked_bandwidth_info.h | ||
unittest.cc |