view params.h @ 19:0cdedb2fab81 tip

* OS/X build fixes
author Chris Cannam
date Fri, 18 Jun 2010 11:18:49 +0100
parents 6abb797da7ae
children
line wrap: on
line source

#ifndef _PARAMS_H_
#define _PARAMS_H_

#define FFTSIZE 2048
#define WINSIZE 1024
#define FILTERSECS 4.0

#endif