1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-23 14:41:27 +01:00

Define and use SpectrogramSettings::GetFFTLength()

This commit is contained in:
Paul Licameli
2015-06-20 12:39:14 -04:00
parent 778e7726df
commit a1621f7d1b
3 changed files with 12 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ public:
int zeroPaddingFactor;
#endif
int GetFFTLength(bool autocorrelation) const; // window size (times zero padding, if STFT)
bool isGrayscale;
#ifdef EXPERIMENTAL_FFT_Y_GRID