AFwriteData
Routine
-
void AFwriteData (AFILE *AFp, float Fbuff[], int Nval)
Purpose
-
Write data to an audio file (float input values)
Description
This routine writes a specified number of samples to an audio file. The
float input data is converted to the audio file data representation. The
file data representation is set on opening the file with routine AFopenWrite.
This routine writes data sequentially to the file.
Parameters
-
-> AFILE *AFp
-
Audio file pointer for an audio file opened by AFopenWrite
-
-> float Fbuff[]
-
Array of floats with Nval samples
-
-> int Nval
-
Number of samples to be written
Author / revision
P. Kabal
/ Revision 1.11 1996/08/13
See Also
AFopenWrite
Main Index libtsp