#include "frame.h"
time_t stopwatch; /* will hold time at start of calculation */
#include "frame.h"
time_t stopwatch; /* will hold time at start of calculation */
-unsigned int samplefrequency;
unsigned short samplewidth;
unsigned short channels;
int wavout; /* TRUE iff out file should be a .WAV file */
unsigned short samplewidth;
unsigned short channels;
int wavout; /* TRUE iff out file should be a .WAV file */
#define TRUE (0==0)
#endif
#define TRUE (0==0)
#endif
-extern unsigned int samplefrequency;
+extern int samplefrequency;
extern unsigned short samplewidth;
extern unsigned short channels;
extern int wavout; /* TRUE iff out file is .WAV file */
extern unsigned short samplewidth;
extern unsigned short channels;
extern int wavout; /* TRUE iff out file is .WAV file */