///////////////////////////////////////////////////////////////////////////////
// Copyright (c) Winnov L.P., 1996.  All rights reserved
// constant.h: global constants
///////////////////////////////////////////////////////////////////////////////

#ifndef _CONSTANT_INCLUDED
#define _CONSTANT_INCLUDED

#define NBOARDS			10   /* !!! define this elsewhere */

#define DEF_SAMPLERATE		8000

#define DRIFT_TIME		12  /* drift time allocation in millisec */
#define READ_DRIFT_TIME		(DRIFT_TIME/2)
#define POLL_TIME		34
#define MAXPOLLTIME		20
#define MINPOLLTIME		5

#define WAVI_AUDIOBUFFERSIZE	8192L

#endif	//ndef _CONSTANT_INCLUDED
