forked from Mirrors/freeswitch
f210c27f43
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3761 d0543943-73ff-0310-b7d9-9358b9ac24b2
29 lines
917 B
Groff
29 lines
917 B
Groff
.TH SNDFILE-CONVERT 1 "October 09, 2002"
|
|
.SH NAME
|
|
sndfile-convert \- convert a sound files from one format to another
|
|
.SH SYNOPSIS
|
|
.B sndfile-convert
|
|
.RI "[encoding] input_file output_file"
|
|
.LP
|
|
.B sndfile-convert
|
|
.RI --help
|
|
.SH DESCRIPTION
|
|
sndfile-convert converts sound files from one format to another using
|
|
libsndfile (http://www.mega-nerd.com/libsndfile/) to read and write
|
|
the data.
|
|
.LP
|
|
The format of the output file is determined by the filename extension
|
|
of the output file.
|
|
.LP
|
|
The optional encoding parameter allows setting of the data encoding for
|
|
the output file. Run "sndfile-convert --help" for more information.
|
|
.SH AUTHOR
|
|
This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>.
|
|
|
|
.\" Do not edit or modify anything in this comment block.
|
|
.\" The following line is a file identity tag for the GNU Arch
|
|
.\" revision control system.
|
|
|
|
.\" arch-tag: 23aa443e-f38d-488b-b7e3-290fc5c77d20
|
|
|