1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-16 15:57:52 +01:00

Default spectrum FFT size now 1024 (was 256)

This commit is contained in:
James Crook
2017-06-26 22:48:54 +01:00
parent 6dc52c3d7a
commit 7358c12e23
2 changed files with 3 additions and 3 deletions

View File

@@ -89,9 +89,9 @@ void SpectrumPrefs::Populate(size_t windowSize)
mSizeChoices.Add(wxT("32"));
mSizeChoices.Add(wxT("64"));
mSizeChoices.Add(wxT("128"));
mSizeChoices.Add(_("256 - default"));
mSizeChoices.Add(wxT("256"));
mSizeChoices.Add(wxT("512"));
mSizeChoices.Add(wxT("1024"));
mSizeChoices.Add(_("1024 - default"));
mSizeChoices.Add(wxT("2048"));
mSizeChoices.Add(wxT("4096"));
mSizeChoices.Add(wxT("8192"));