annotate src/libsndfile-1.0.25/man/sndfile-convert.1 @ 85:545efbb81310

Import initial set of sources
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 18 Mar 2013 14:12:14 +0000
parents
children
rev   line source
cannam@85 1 .TH SNDFILE-CONVERT 1 "October 09, 2002"
cannam@85 2 .SH NAME
cannam@85 3 sndfile-convert \- convert a sound files from one format to another
cannam@85 4 .SH SYNOPSIS
cannam@85 5 .B sndfile-convert
cannam@85 6 .RI "[encoding] input_file output_file"
cannam@85 7 .LP
cannam@85 8 .B sndfile-convert
cannam@85 9 .RI --help
cannam@85 10 .SH DESCRIPTION
cannam@85 11 sndfile-convert converts sound files from one format to another using
cannam@85 12 libsndfile (http://www.mega-nerd.com/libsndfile/) to read and write
cannam@85 13 the data.
cannam@85 14 .LP
cannam@85 15 The format of the output file is determined by the filename extension
cannam@85 16 of the output file.
cannam@85 17 .LP
cannam@85 18 The optional encoding parameter allows setting of the data encoding for
cannam@85 19 the output file. Run "sndfile\-convert \-\-help" for more information.
cannam@85 20 .SH AUTHOR
cannam@85 21 This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>.
cannam@85 22