

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

float SR = 14000; /* Default sampling rate */
int NBYTES = 1024; /* 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("hist",hist);
}
