wavtopvf

Langue: en

Autres versions - même langue

Version: 1.4 (mandriva - 01/05/08)

Section: 1 (Commandes utilisateur)

NAME

wavtopvf - convert from WAV to PVF format.

SYNOPSIS

wavtopvf [options] [<wavfile> [<pvffile>]]

DESCRIPTION

wavtopvf converts from the Windows-Format .wav. to pvf (portable voice format).

OPTIONS

wavtopvf can be called in the pipe mode:

        cat infile.wav | wavtopvf [optons] > outfile.pvf

or with two file names:

        wavtopvf [options] infile.wav outfile.pvf

Valid options are:

-h brief help message

-a output pvf ascii format

-b output pvf binary format (default)

-8 output 8 bit samples

-16 output 16 bit samples

-32 output 32 bit samples (default)

Usually there is no need for any of them.

EXAMPLES

To prepare a .wav file for use with a Rockwell modem:

        wavtopvf infile.wav | pvfspeed -s 7200 | \
        pvftormd Rockwell 4 > outfile.rmd

SEE ALSO

autopvf, lintopvf, voctopvf, basictopvf, rmdtopvf, pvftoau, pvftowav, pvftolin, pvftovoc, pvftobasic, and pvftormd.

AUTHOR

Mikkel L. Ellertson <mikkel@infinity-ltd.com>