Mercurial > hg > devuvuzelator
view params.h @ 11:366f678dea8c
* tidy etc
author | Chris Cannam |
---|---|
date | Mon, 14 Jun 2010 11:44:00 +0100 |
parents | a1539d4e3b08 |
children | 12e563f9df51 |
line wrap: on
line source
#ifndef _PARAMS_H_ #define _PARAMS_H_ #define FFTSIZE 2048 #define WINSIZE 1024 #define FILTERSECS 4.0 #endif