ftp.nice.ch/pub/next/unix/audio/cmix.s.tar.gz#/cmix/lpc/lpcprof.c

This is lpcprof.c in view mode; [Download] [Up]

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

float SR = 14000; /* Default sampling rate */
int FSPACE = 1;   /* initial allocation of space for farrays, in 4byte words. 
	       	   * better initial guess will result in better use
		   * of memory allocations */
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()
{
	SR = 14000;
	FSPACE = 1;
	UG_INTRO("lpcanal",lpcanal);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.