Loading lib_rend/lib_rend.c +4 −5 Original line number Diff line number Diff line Loading @@ -445,7 +445,6 @@ static void accumulate2dArrayToBuffer( float *writePtr; writePtr = buffer->data; for ( chnlIdx = 0; chnlIdx < buffer->config.numChannels; ++chnlIdx ) for ( chnlIdx = 0; chnlIdx < buffer->config.numChannels; ++chnlIdx ) { for ( smplIdx = 0; smplIdx < buffer->config.numSamplesPerChannel; ++smplIdx ) Loading Loading
lib_rend/lib_rend.c +4 −5 Original line number Diff line number Diff line Loading @@ -445,7 +445,6 @@ static void accumulate2dArrayToBuffer( float *writePtr; writePtr = buffer->data; for ( chnlIdx = 0; chnlIdx < buffer->config.numChannels; ++chnlIdx ) for ( chnlIdx = 0; chnlIdx < buffer->config.numChannels; ++chnlIdx ) { for ( smplIdx = 0; smplIdx < buffer->config.numSamplesPerChannel; ++smplIdx ) Loading