Replace slave -> helper, master -> reference
A slight simplification of the NetEq code is also included. The subtrees below common_audio, modules/audio_coding and modules/audio_processing were scanned while making this CL. Bug: webrtc:11680 Change-Id: I33bb1c75b2e3d1c6793fd1c5741ca59f4b6e8455 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178361 Reviewed-by: Sam Zackrisson <saza@webrtc.org> Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31578}
This commit is contained in:
committed by
Commit Bot
parent
d21f7ab174
commit
11b6f6857f
@ -80,7 +80,7 @@ size_t Merge::Process(int16_t* input,
|
||||
|
||||
if (channel == 0) {
|
||||
// Downsample, correlate, and find strongest correlation period for the
|
||||
// master (i.e., first) channel only.
|
||||
// reference (i.e., first) channel only.
|
||||
// Downsample to 4kHz sample rate.
|
||||
Downsample(input_channel.get(), input_length_per_channel,
|
||||
expanded_channel.get(), expanded_length);
|
||||
|
||||
Reference in New Issue
Block a user