add win32 support

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Hoernchen 2012-10-11 02:09:31 +02:00 committed by Steve Markgraf
parent ed733cc952
commit 482dd05ecd
10 changed files with 140 additions and 16 deletions

View file

@ -65,8 +65,8 @@ public:
unsigned int x_purge(unsigned int);
private:
static const double GSM_RATE = 1625000.0 / 6.0;
static const unsigned int FFT_SIZE = 1024;
#define GSM_RATE (1625000.0 / 6.0)
#define FFT_SIZE 1024
unsigned int m_w_len,
m_D,