webrtc/modules/audio_coding/acm2
Henrik Lundin c9aaf11985 Remove use of AcmReceiver in ChannelReceive
ChannelReceive is now owning and interfacing with NetEq directly.
A new ResamplerHelper is added to acm_resampler.cc/.h, to do the
audio resampling that was previously done inside AcmReceiver.

AcmReceiver still remains, since it is used in other places for now.

Bug: webrtc:14867
Change-Id: If3eb6415e06b9b5e729d393713f3fccb31b0570f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361820
Auto-Submit: Henrik Lundin <henrik.lundin@webrtc.org>
Reviewed-by: Jakob Ivarsson‎ <jakobi@webrtc.org>
Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42974}
2024-09-06 12:47:36 +00:00
..
acm_receive_test.cc Pass Environment instead of just clock to AcmReceiver at construction 2024-08-06 08:28:23 +00:00
acm_receive_test.h Break apart AudioCodingModule and AcmReceiver 2023-02-01 16:09:26 +00:00
acm_receiver.cc Remove use of AcmReceiver in ChannelReceive 2024-09-06 12:47:36 +00:00
acm_receiver.h Remove use of AcmReceiver in ChannelReceive 2024-09-06 12:47:36 +00:00
acm_receiver_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
acm_remixing.cc ACM: Adding unittests for the remixing functionality 2019-11-20 06:20:22 +00:00
acm_remixing.h [iwyu][1\n] Applying to api/[a-s]* 2024-06-19 06:19:20 +00:00
acm_remixing_unittest.cc Add audio view classes 2024-05-24 18:08:37 +00:00
acm_resampler.cc Remove use of AcmReceiver in ChannelReceive 2024-09-06 12:47:36 +00:00
acm_resampler.h Remove use of AcmReceiver in ChannelReceive 2024-09-06 12:47:36 +00:00
acm_send_test.cc Provide Environment to create an audio encoder in tests 2024-06-26 12:54:36 +00:00
acm_send_test.h Provide Environment to create an audio encoder in tests 2024-06-26 12:54:36 +00:00
audio_coding_module.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
audio_coding_module_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
call_statistics.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
call_statistics.h Use backticks not vertical bars to denote variables in comments for /modules/audio_coding 2021-08-02 10:45:40 +00:00
call_statistics_unittest.cc Reland of "Reporting of decoding_codec_plc events"" 2019-08-07 18:41:46 +00:00