Acceleration through Aura

This commit is contained in:
airwindows 2022-02-28 01:18:26 -05:00
parent 04dc83d844
commit 2032a0aa1b
492 changed files with 4458 additions and 4078 deletions

View file

@ -266,7 +266,7 @@ void Channel4::Channel4Kernel::Process( const Float32 *inSourceP,
inputSample += fpNShapeB;
}
//end noise shaping on 32 bit output
flip = not flip;
flip = !flip;
*destP = inputSample;
sourceP += inNumChannels;