Pull out ms buffer onto the heap (was being used after end of block in which it was allocated on the stack)
This commit is contained in:
@@ -111,6 +111,7 @@ public:
|
||||
float *accumulator;
|
||||
size_t accumulatorFill;
|
||||
float *windowAccumulator;
|
||||
float *ms; // only used when mid-side processing
|
||||
float *interpolator; // only used when time-domain smoothing is on
|
||||
int interpolatorScale;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user