view params.h @ 17:a30554ea74a3

* Makefile for OS/X UB
author Chris Cannam
date Fri, 18 Jun 2010 11:16:37 +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