Loading lib_rend/lib_rend.c +0 −1 Original line number Diff line number Diff line Loading @@ -4127,7 +4127,6 @@ static void renderBufferChannelLerp( /* Otherwise use weighted average between previous and current gain */ do { /* TODO(sgi): This is calculated for each output channel - can be optimised */ fadeIn = (float) i / ( outAudio.config.numSamplesPerChannel - 1 ); fadeOut = 1.0f - fadeIn; Loading Loading
lib_rend/lib_rend.c +0 −1 Original line number Diff line number Diff line Loading @@ -4127,7 +4127,6 @@ static void renderBufferChannelLerp( /* Otherwise use weighted average between previous and current gain */ do { /* TODO(sgi): This is calculated for each output channel - can be optimised */ fadeIn = (float) i / ( outAudio.config.numSamplesPerChannel - 1 ); fadeOut = 1.0f - fadeIn; Loading