#include "../H/ugens.h"

float SR = 28000; /* Default sampling rate */
int FSPACE = 1024;   /* initial allocation of space for farrays, in 4byte words. 
	       	   * better initial guess will result in better use
		   * of memory allocations */
int NBYTES = 32768; /* byte size of buffers to use for disk i/o, the larger the
		   * better, usually, since there will be less i/o */
 
profile()
{
	UG_INTRO("lpcplay",lpcplay);
}
