1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
<HTML>
<HEAD>
<TITLE>TSP (libtsp/AF) - AFsetFileType</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFACD">
<H2>AFsetFileType</H2>
<HR>
<H4>Routine</H4>
<DL>
<DT>
int AFsetFileType (const char String[])
</DL>
<H4>Purpose</H4>
<DL>
<DT>
Set the input audio file type
</DL>
<H4>Description</H4>
This routine sets or gets the audio file type. Explicitly setting the audio
file type bypasses the check for file type from the file header.
<PRE>
"auto" - determine the input file type from the file header
"AU" or "au" - AU audio file
"WAVE" or "wave" - RIFF WAVE file
"AIFF" or "aiff" - AIFF or AIFF-C audio file
"noheader" - headerless (non-standard or no header) audio file
"SPHERE" - NIST SPHERE audio file
"ESPS" - ESPS sampled data feature file
"IRCAM" - IRCAM soundfile
"SPPACK" - SPPACK file
"INRS" - INRS-Telecom audio file
"SPW" - Comdisco SPW Signal file
"text" - Text audio file
</PRE>
<P>
If the input string contains has a leading '$', the string is assumed to
specify the name of an environment variable after the '$'. This routine
uses the value of this environment variable to determine the parameters. If
this routine is called as AFsetFileType("$AF_FILETYPE"), this routine would
look for the parameter string in environment variable AF_FILETYPE.
<H4>Parameters</H4>
<DL>
<DT>
<- int AFsetFileType
<DD>
Error code, zero for no error
<DT>
-> const char String[]
<DD>
String with the input file type
</DL>
<H4>Author / revision</H4>
P. Kabal Copyright (C) 1998
/ Revision 1.8 1998/06/13
<P>
<HR>
Main Index <A HREF="../libtsp.html">libtsp</A>
</BODY>
</HTML>
|