MOON
Server: Apache
System: Linux vps.thepromohut.com 2.6.18-398.el5 #1 SMP Tue Sep 16 20:51:48 EDT 2014 i686
User: caretrak (507)
PHP: 5.2.10
Disabled: NONE
Upload Files
File: //usr/share/doc/audiofile-0.2.6/docs/sfconvert
NAME

sfconvert

SYNOPSIS

sfconvert infile outfile [ options ... ] [ output keywords ... ]

DESCRIPTION

The following keywords specify the format of the output sound file:

    byteorder e    endian (e is big or little)
    channels n     n-channel file (typically 1 or 2)
    format f       file format f (see below)
    integer n s    n-bit integer file, where s is:
                       2scomp: 2's complement signed data
                       unsigned: unsigned data
    float m        floating point file, maxamp m (usually 1.0)

Currently supported file formats are the following:

    aiff    Audio Interchange File Format           
    aifc    AIFF-C File Format                      
    next    NeXT/Sun Format                         
    wave    MS RIFF WAVE Format                     
    bics    Berkeley/IRCAM/CARL Sound File Format