MusicKit  0.0.0
soundout.h
00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu).  All rights reserved. */
00002 int writeSound(char *name, short *soundData, 
00003                int frameCount, int channels, int srate);
00004 
00005