sndfile-convert - convert a sound files from one format to another
sndfile-convert [encoding] input_file output_file sndfile-convert --help
SNDFILE-CONVERT(1) General Commands Manual SNDFILE-CONVERT(1)
NAME
sndfile-convert - convert a sound files from one format to another
SYNOPSIS
sndfile-convert [encoding] input_file output_file
sndfile-convert --help
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.
The format of the output file is determined by the filename extension
of the output file.
The optional encoding parameter allows setting of the data encoding for
the output file. Run "sndfile-convert --help" for more information.
AUTHOR
This manual page was written by Erik de Castro Lopo <erikd@mega-
nerd.com>.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+---------------+--------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+--------------------+
|Availability | library/libsndfile |
+---------------+--------------------+
|Stability | Uncommitted |
+---------------+--------------------+
NOTES
This software was built from source available at
https://java.net/projects/solaris-userland. The original community
source was downloaded from http://www.mega-nerd.com/libsnd-
file/files/libsndfile-1.0.23.tar.gz
Further information about this software can be found on the open source
community website at http://www.mega-nerd.com/libsndfile/.
October 09, 2002 SNDFILE-CONVERT(1)