1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 22:23:59 +01:00

Fix for incorrect attack/decay time by Paul L and remove unused variable.

This commit is contained in:
stevethefiddle@gmail.com
2014-08-06 02:19:09 +00:00
parent de68121d79
commit 41c3444f37
2 changed files with 4 additions and 4 deletions

View File

@@ -117,7 +117,6 @@ private:
int mMinSignalBlocks;
int mHistoryLen;
float *mInWaveBuffer; // mWindowSize
float *mOutImagBuffer; // mWindowSize
float *mOutOverlapBuffer; // mWindowSize
float **mSpectrums; // mHistoryLen x mSpectrumSize
float **mGains; // mHistoryLen x mSpectrumSize