Csound Csound-dev Csound-tekno Search About

missing aifc stuff

Date1998-08-13 17:41
FromNicola Bernardini
Subjectmissing aifc stuff
In sfheader.c of the current csound_src.zip (3.484) sources, there are the
following references:

sfheader.c:99:extern  void    aifcReadHeader(int,char *,HEADATA *,long,SOUNDIN *);
sfheader.c:102:extern  int	is_aiff_formtype(int), is_aifc_formtype(int);
sfheader.c:122:	  else if (is_aifc_formtype(ifd)) {             /* if AIFC form       */
sfheader.c:123:	    aifcReadHeader(ifd,sfname,hdp,headfirstlong,p);  /*   read hdr.. */
sfheader.c:310:extern void aifcWriteHdr(int, int, int, double);
sfheader.c:327:	  aifcWriteHdr(ofd,O.outsampsiz,nchnls,esr);
sfheader.c:417:extern void aifcReWriteHdr(int, long);
sfheader.c:428:	    aifcReWriteHdr(ofd, datasize);

but aifcReadHeader(), is_aifc_formtype(), etc. are not defined anywhere
in the sources. So the application does not link.

Am I missing something?

Nicola

------------------------------------------------------------------------
Nicola Bernardini
E-mail: nicb@axnet.it
 
Re graphics: A picture is worth 10K words -- but only those to describe
the picture.  Hardly any sets of 10K words can be adequately described
with pictures.

Date1998-08-13 18:51
From"Matt J. Ingalls"
SubjectRe: missing aifc stuff
the funcs are in aifc.c

matt