This is globals.h in view mode; [Download] [Up]
# define FRAME_SIZE 80 /* 80 samples are about 10 msec */ # define ENERGY_GAP 0.55 /* energy < 0.55 * max => silence */ # define MAX_SEQ_LEN 1 /* max number of frames */ # define N_FEATURES 18 /* number of features per frame */ # define FFT_POWER 8 # define FFT_SIZE 256 # define NUM_BAND 17 # define QUIET 60.0 /* Max. energy should be greater than 60 dB */ #define SIZE 10000 # define OK 0 # define FAIL 1 # define NEW 0 # define OLD 1
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.