(Metux) autogen.sh: not running ./configure anymore (breaks certain distro builders)
[mirror-ossqm-audiofile.git] / docs / sfconvert
blob6a6b3be50048a261e193a4473d6a8a3a585f78d8
1 NAME
3 sfconvert
5 SYNOPSIS
7 sfconvert infile outfile [ options ... ] [ output keywords ... ]
9 DESCRIPTION
11 The following keywords specify the format of the output sound file:
13     byteorder e    endian (e is big or little)
14     channels n     n-channel file (typically 1 or 2)
15     format f       file format f (see below)
16     integer n s    n-bit integer file, where s is:
17                        2scomp: 2's complement signed data
18                        unsigned: unsigned data
19     float m        floating point file, maxamp m (usually 1.0)
21 Currently supported file formats are the following:
23     aiff    Audio Interchange File Format           
24     aifc    AIFF-C File Format                      
25     next    NeXT/Sun Format                         
26     wave    MS RIFF WAVE Format                     
27     bics    Berkeley/IRCAM/CARL Sound File Format