1SNDFILE-CONVERT(1) General Commands Manual SNDFILE-CONVERT(1)
2
3
4
6 sndfile-convert - convert a sound files from one format to another
7
9 sndfile-convert [encoding] input_file output_file
10
11 sndfile-convert --help
12
14 sndfile-convert converts sound files from one format to another using
15 libsndfile (http://www.mega-nerd.com/libsndfile/) to read and write the
16 data.
17
18 The format of the output file is determined by the filename extension
19 of the output file.
20
21 The optional encoding parameter allows setting of the data encoding for
22 the output file. Run "sndfile-convert --help" for more information.
23
25 This manual page was written by Erik de Castro Lopo <erikd@mega-
26 nerd.com>.
27
28
29
30
31 October 09, 2002 SNDFILE-CONVERT(1)