pvftoau

Langue: en

Autres versions - même langue

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

Section: 1 (Commandes utilisateur)

NAME

pvftoau - converts from pvf to au format.

SYNOPSIS

pvftoau [options] [<pvffile> [<aufile>]]

DESCRIPTION

pvftoau converts from the pvf (portable voice format) format to the au (Sun audio) format.

OPTIONS

pvftoau can be called in the pipe mode:

        cat infile.pvf | pvftoau [optons] > outfile.au

        pvftoau [optons]infile.pvf | <second program>

or with two file names:

        pvftoau [options] infile.pvf outfile.au

Valid options are:

-h brief help message

-U output 8-bit uLaw (default)

-8 output 8-bit linear

-16 output 16-bit linear

EXAMPLES

Play a rmd file by dumping it directly do /dev/audio:

        rmdtopvf rmdfile | pvftoau > /dev/audio

SEE ALSO

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

AUTHOR

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