ftp.nice.ch/pub/next/audio/apps/LPC.1.0.s.tar.gz#/LPC/lpsf.h

This is lpsf.h in view mode; [Download] [Up]

#include <sys/types.h>
#include <sys/stat.h>

struct SFDESC {
	int sf_chans;
	int sf_class;
	int sf_srate;
};

#define	INT 2		/* sizeof(short) */
#define	FLOAT 4
#define	READ 0

/* maxima */

#define POLEMAX	34
#define FRAMAX  1010 
#define HALFFRAMAX FRAMAX / 2
#define PFRAMAX 1010
#define MAXMM ((PFRAMAX / 10 + 1) / 2)

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