view params.h @ 15:6abb797da7ae

* Had not intended to commit this change (in rev 7543)
author Chris Cannam
date Fri, 18 Jun 2010 10:15:00 +0100
parents 12e563f9df51
children
line wrap: on
line source

#ifndef _PARAMS_H_
#define _PARAMS_H_

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

#endif