mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 11:54:09 +02:00
remove debugging and a couple of lines
This commit is contained in:
parent
54eec42559
commit
589e524090
1 changed files with 0 additions and 2 deletions
|
@ -199,9 +199,7 @@ void *sendBuffer(void *args) {
|
||||||
|
|
||||||
if (s < numSamplesDelay) {
|
if (s < numSamplesDelay) {
|
||||||
// pull the earlier sample for the delayed channel
|
// pull the earlier sample for the delayed channel
|
||||||
|
|
||||||
int earlierSample = delaySamplePointer[s] * attenuationCoefficient;
|
int earlierSample = delaySamplePointer[s] * attenuationCoefficient;
|
||||||
|
|
||||||
plateauAdditionOfSamples(delayedChannel[s], earlierSample * weakChannelAmplitudeRatio);
|
plateauAdditionOfSamples(delayedChannel[s], earlierSample * weakChannelAmplitudeRatio);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue