InfoAudio [options] AFile1 [AFile2 ... ]
Print audio file information
This program prints information about a number of audio files to standard output. The full output consists of the file type and name (indented part of the output below), the file data parameters, information records, and if appropriate, the chunk structure of the file.
AIFF-C sound file: --path--/audiofiles/addf8.aifc Samples / channel : 23808 (2.976 s) YYYY-MM-dd hh:mm:ss UTC Sampling frequency: 8000 Hz Number of channels: 1 (16-bit integer)
--File format-- File name: ../../../audiofiles/addf8.aifc Header length: 166 Sampling frequency: 8000 No. frames: 23808 No. channels: 1 Data type: integer16 File byte order: big-endian Host byte order: little-endian
--Information records-- date: YYYY-MM-dd hh:mm:ss UTC program: CopyAudio
-- Chunk layout-- <FORM> 0 -> 47781 <AIFC> 8 -> 11 <COMM> 12 -> 57 ... <FVER> 58 -> 69 ... <ANNO> 70 -> 149 ... <SSND> 150 -> 47781 ... <EoF > 47782
Non-printing characters (as defined by the routine isprint) in the information records are replaced by question marks.
1: Print the standard information: file name, filetype, no. samples ... 2: Print the file data parameters 4: Print the information records 8: Print the chunk configuration (only for AIFF/WAVE/NSP files)
See routine CopyAudio for a description of other parameters.
P. Kabal / v10r1 2017-10-18