annotate src/libsndfile-1.0.25/man/sndfile-convert.1 @ 23:619f715526df
sv_v2.1
Update Vamp plugin SDK to 2.5
author |
Chris Cannam |
date |
Thu, 09 May 2013 10:52:46 +0100 |
parents |
c7265573341e |
children |
|
rev |
line source |
Chris@0
|
1 .TH SNDFILE-CONVERT 1 "October 09, 2002"
|
Chris@0
|
2 .SH NAME
|
Chris@0
|
3 sndfile-convert \- convert a sound files from one format to another
|
Chris@0
|
4 .SH SYNOPSIS
|
Chris@0
|
5 .B sndfile-convert
|
Chris@0
|
6 .RI "[encoding] input_file output_file"
|
Chris@0
|
7 .LP
|
Chris@0
|
8 .B sndfile-convert
|
Chris@0
|
9 .RI --help
|
Chris@0
|
10 .SH DESCRIPTION
|
Chris@0
|
11 sndfile-convert converts sound files from one format to another using
|
Chris@0
|
12 libsndfile (http://www.mega-nerd.com/libsndfile/) to read and write
|
Chris@0
|
13 the data.
|
Chris@0
|
14 .LP
|
Chris@0
|
15 The format of the output file is determined by the filename extension
|
Chris@0
|
16 of the output file.
|
Chris@0
|
17 .LP
|
Chris@0
|
18 The optional encoding parameter allows setting of the data encoding for
|
Chris@0
|
19 the output file. Run "sndfile\-convert \-\-help" for more information.
|
Chris@0
|
20 .SH AUTHOR
|
Chris@0
|
21 This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>.
|
Chris@0
|
22
|