annotate 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
rev   line source
Chris@9 1
Chris@9 2 #ifndef _PARAMS_H_
Chris@9 3 #define _PARAMS_H_
Chris@9 4
Chris@15 5 #define FFTSIZE 2048
Chris@15 6 #define WINSIZE 1024
Chris@9 7 #define FILTERSECS 4.0
Chris@9 8
Chris@9 9 #endif