Mercurial > hg > devuvuzelator
view params.h @ 16:e7e8a8f57f35
* Add non-zero unique ID!
author | Chris Cannam |
---|---|
date | Fri, 18 Jun 2010 10:33:57 +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