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

Added an sse enabled mixed-radix-fft implementation and a menu/view/{narrow,broaden} spectrum item which adjusts the spectrogram window size

This commit is contained in:
clayton.otey
2011-07-02 18:42:38 +00:00
parent a17e741abc
commit df9865f26a
19 changed files with 6679 additions and 3268 deletions

View File

@@ -2859,6 +2859,7 @@ int TrackArtist::GetSpectrumLogMaxFreq(int deffreq)
int TrackArtist::GetSpectrumWindowSize()
{
mWindowSize = gPrefs->Read(wxT("/Spectrum/FFTSize"), 256);
return mWindowSize;
}