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

Move class SpectrogramSettings to its own file

This commit is contained in:
Paul Licameli
2015-06-20 16:10:40 -04:00
parent da90e1b7c1
commit 786c1da645
12 changed files with 276 additions and 227 deletions

View File

@@ -39,13 +39,13 @@
* 9: Gaussian(a=4.5)
*/
#include "FFT.h"
#include <wx/intl.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "FFT.h"
static int **gFFTBitTable = NULL;
static const int MaxFastBits = 16;