调整延迟补偿器的pop代码执行顺序,理论没影响
This commit is contained in:
parent
ecb3b0fdfa
commit
d09302dab2
@ -116,9 +116,9 @@ void mixer_track_link::process() {
|
||||
audio_buffer temp_mix_buffer;
|
||||
temp_mix_buffer.resize(2, to_buffer.get_num_samples());
|
||||
compensator_.pop(temp_mix_buffer);
|
||||
compensator_.push(from_buffer);
|
||||
|
||||
to_buffer.add(temp_mix_buffer, send_level_);
|
||||
compensator_.push(from_buffer);
|
||||
}
|
||||
|
||||
void mixer_processor::process(uint32_t in_frames) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user