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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user