small changes
This commit is contained in:
parent
11995c1585
commit
93463a1adf
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,3 +2,5 @@
|
|||
*.so
|
||||
*.a
|
||||
bin/*
|
||||
.project
|
||||
.cproject
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include <pulse/gccmacro.h>
|
||||
#include <fftw3.h>
|
||||
|
||||
#define N 1024
|
||||
#define N 512
|
||||
#define SAMPLING_RATE 44100
|
||||
|
||||
#define MIN_FREQ 70
|
||||
|
|
Loading…
Add table
Reference in a new issue