/*------------ Telecommunications & Signal Processing Lab -------------- McGill University Routine: ConcatAudio.h Description: Declarations for ConcatAudio Author / revision: P. Kabal Copyright (C) 1996 $Revision: 1.7 $ $Date: 1996/08/16 16:10:05 $ ----------------------------------------------------------------------*/ #ifndef ConcatAudio_h_ #define ConcatAudio_h_ #define PROGRAM "ConcatAudio" #define VERSION "v1r3 1996/08/12" #define MAXIFILE 10 #define MAXFILE (MAXIFILE+1) #include /* typedef for AFILE */ #ifdef __cplusplus extern "C" { #endif /* Prototypes */ void CCcopySamp p_((AFILE *AFpI, long int lim[2], double Gain, AFILE *AFpO)); void CCoptions p_((int argc, const char *argv[], int *Fformat, float *SfreqO, const char *NHparms[MAXIFILE], const char **Hinfo, float *Gain, const char *Fname[MAXFILE], int *Nfiles)); #ifdef __cplusplus } #endif #endif /* ConcatAudio_h_ */