mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-24 16:20:05 +02:00
fix compilation warning
This commit is contained in:
parent
2e06d9c4fe
commit
e8d676c961
@ -964,7 +964,6 @@ void SpecCache::Populate
|
||||
// FFT length may be longer than the window of samples that affect results
|
||||
// because of zero padding done for increased frequency resolution
|
||||
const int fftLen = windowSize * zeroPaddingFactor;
|
||||
const int padding = (windowSize * (zeroPaddingFactor - 1)) / 2;
|
||||
|
||||
std::vector<float> buffer(
|
||||
#ifdef EXPERIMENTAL_FFT_SKIP_POINTS
|
||||
|
Loading…
x
Reference in New Issue
Block a user