remove debugging and a couple of lines

This commit is contained in:
Stephen Birarda 2013-05-07 10:24:09 -07:00
parent 54eec42559
commit 589e524090

View file

@ -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);
}