man wvunpack (Commandes) - decodes wavpack encoded files

NAME

wvunpack - decodes wavpack encoded files

SYNOPSIS

wvunpack [-options] [INFILE] [OUTFILE]

DESCRIPTION

wvunpack decodes WavPack encoded files or a WavPack stream from stdin to WAV with the options you supply. It can write to plain files or stdout.

OPTIONS

-d
delete source file if successful (use with caution!)
-i
ignore .wvc file (forces hybrid lossy decompression)
-m
calculate and display MD5 signature; verify if lossless
-q
quiet (keep console output to a minimum)
-r
force raw audio decode (skip RIFF headers & trailers)
-s
display summary information only to stdout (no decode)
-v
verify source data only (no output file created)
-y
yes to overwrite warning (use with caution!)

SEE ALSO

Please visit www.wavpack.com for more informations

COPYRIGHT

This manual page was written by Sebastian Dröge <slomo@ubuntu.com> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2.

AUTHOR

Sebastian Dröge.