AFdWriteData
Routine
-
int AFdWriteData (AFILE *AFp, const double Dbuff[], int Nval)
Purpose
-
Write data to an audio file (double input values)
Description
This routine writes a specified number of samples to an audio file. The
double input data is converted to the audio file data representation. The
file data representation is set on opening the file with routine AFopnWrite.
This routine writes data sequentially to the file. A warning message is
printed if the input values exceed the dynamic range of the file data
representation.
Parameters
-
<- int AFdWriteData
-
Number of samples written
-
-> AFILE *AFp
-
Audio file pointer for an audio file opened by AFopnWrite
-
-> const double Dbuff[]
-
Array of doubles with Nval samples
-
-> int Nval
-
Number of samples to be written
Author / revision
P. Kabal
/ Revision 1.3 2003/05/13
See Also
AFfWriteData,
AFopnWrite
Main Index libtsp