CMU Artificial Intelligence Repository
Home INFO Search FAQs Repository Root

AFsp: Audio File I/O Routines

areas/speech/systems/afsp/
The AFsp package is a library of routines for reading and writing audio files. The emphasis is on providing support for the type of audio file used by the speech processing research community. The routines have been designed to be easy to use, yet provide transparent support the reading of several audio file formats. A secondary purpose for distributing these routines is to encourage the use of a standard audio file format for the header information in the output files. The following file formats are supported for reading. - NIST SPHERE audio files - Sun/NeXT audio files - DEC audio files - IRCAM SoundFiles - INRS-Telecom audio files - ESPS sampled data feature files - Headerless audio files The audio file open routine automatically senses the file type and communicates it to the audio file reading routines. Formats are converted on the fly as the file is read, so the user manipulates floats and doesn't need to worry about the underlying data format. For writing, the routines produce a standard format file, though options are available to produce headerless files if desired. This standard format is a compatible with the Sun audio file format. There is provision for storing extra information in the extensible part of the header. Several audio file utilities (for copying, comparing, and filtering audio files) are included in the package.
Origin:   

   aldebaran.EE.McGill.CA:/pub/AFsp/AFsp-V1R2.tar.Z

Version: V1R2 (24-FEB-94) Requires: C Ports: Tested on DEC, HP, and Sun Workstations Copying: Copyright (c) 1994 by Peter Kabal Use, copying, and distribution permitted. Incorporation into commercial products prohibited. (See file "Copying" for details.) CD-ROM: Prime Time Freeware for AI, Issue 1-1 Author(s): Peter Kabal Department of Electrical Engineering McGill University 3480 University Street Montreal, Quebec Canada H3A 2A7 Tel: +1 514 398-7130 Fax: +1 514 398-4470 Keywords: AFsp, Audio File I/O, Authors!Kabal, C!Code, McGill University, Speech Recognition, Speech Synthesis References: ?
Last Web update on Mon Feb 13 10:28:22 1995
AI.Repository@cs.cmu.edu