mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +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) {
|
||||
// pull the earlier sample for the delayed channel
|
||||
|
||||
int earlierSample = delaySamplePointer[s] * attenuationCoefficient;
|
||||
|
||||
plateauAdditionOfSamples(delayedChannel[s], earlierSample * weakChannelAmplitudeRatio);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue