mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-24 07:01:16 +01:00
reassignment, internals, implementing frequency correction only
This commit is contained in:
@@ -154,6 +154,13 @@ public:
|
||||
// Variables used for computing the spectrum
|
||||
mutable FFTParam *hFFT;
|
||||
mutable float *window;
|
||||
|
||||
// Two other windows for computing reassigned spectrogram
|
||||
#if 0
|
||||
mutable float *tWindow; // Window times time parameter
|
||||
#endif
|
||||
mutable float *dWindow; // Derivative of window
|
||||
|
||||
#endif
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user