Mercurial > hg > devuvuzelator
view params.h @ 9:a1539d4e3b08
* Tidy code, start doc
author | Chris Cannam |
---|---|
date | Sat, 12 Jun 2010 13:08:33 +0100 |
parents | |
children | 12e563f9df51 |
line wrap: on
line source
#ifndef _PARAMS_H_ #define _PARAMS_H_ #define FFTSIZE 2048 #define WINSIZE 1024 #define FILTERSECS 4.0 #endif