Audio FX
Loading...
Searching...
No Matches
params.h
1
#ifndef PARAMS_H
2
#define PARAMS_H
3
4
/* File reading buffer */
5
#define BUFFER_LEN 512
6
7
#define AT_FRAME_SZ 8192
8
#define AT_HOP_SZ 3500
9
#define FRAME_SZ 4096
10
#define HOP_SZ 1024
11
12
#define PI 3.1415926535897932385
13
/* EQ */
14
#define NUM_GAIN_FILTERS 6
15
#define NUM_FILTERS 8
16
#endif
include
params.h
Generated by
1.13.2