AFsetFileType


Routine

int AFsetFileType (const char String[])

Purpose

Set the input audio file type

Description

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.
  "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

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.

Parameters

<- int AFsetFileType
Error code, zero for no error
-> const char String[]
String with the input file type

Author / revision

P. Kabal Copyright (C) 1998 / Revision 1.8 1998/06/13


Main Index libtsp