mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
commit
a28f345847
1 changed files with 1 additions and 2 deletions
|
@ -215,8 +215,7 @@ void *sendBuffer(void *args) {
|
|||
|
||||
if (s + numSamplesDelay < BUFFER_LENGTH_SAMPLES_PER_CHANNEL) {
|
||||
plateauAdditionOfSamples(delayedChannel[s + numSamplesDelay],
|
||||
currentSample *
|
||||
weakChannelAmplitudeRatio);
|
||||
currentSample * weakChannelAmplitudeRatio);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue