1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
'\" t
.\" Title: sfconvert
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 04/30/2012
.\" Manual: \ \&
.\" Source: Audio File Library 0.3.4
.\" Language: English
.\"
.TH "SFCONVERT" "1" "04/30/2012" "Audio File Library 0\&.3\&.4" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
sfconvert \- convert audio files
.SH "SYNOPSIS"
.sp
\fBsfconvert\fR \fIinfile\fR \fIoutfile\fR [\fIoutput options\fR]
.SH "DESCRIPTION"
.sp
The sfconvert command converts an audio file to another file format or data format\&.
.SH "OPTIONS"
.sp
The following keywords specify the format of the output sound file:
.PP
byteorder \fIe\fR
.RS 4
Output byte order\&.
\fIe\fR
may be either
big
or
little\&.
.RE
.PP
channels \fIn\fR
.RS 4
Number of output channels\&.
\fIn\fR
is 1 for mono, and 2 for stereo\&.
.RE
.PP
format \fIf\fR
.RS 4
Output file format\&.
\fIf\fR
must be one of the following:
.TS
tab(:);
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt.
T{
aiff
T}:T{
Audio Interchange File Format
T}
T{
aifc
T}:T{
AIFF\-C
T}
T{
next
T}:T{
NeXT/Sun \&.snd/\&.au Format
T}
T{
wave
T}:T{
MS RIFF WAVE
T}
T{
bicsf
T}:T{
Berkeley/IRCAM/CARL Sound File Format
T}
T{
voc
T}:T{
Creative Voice File Format
T}
T{
nist
T}:T{
NIST SPHERE Format
T}
T{
caf
T}:T{
Core Audio Format
T}
.TE
.sp 1
.RE
.PP
integer \fIn\fR \fIs\fR
.RS 4
Convert to integer audio data\&.
\fIn\fR
indicates the output sample width in bits\&.
\fIs\fR
specifies the sample format and may be either
2scomp
for 2\(cqs complement signed data or
unsigned
for unsigned data\&.
.RE
.PP
float \fIm\fR
.RS 4
Convert to floating\-point audio data with a maximum amplitude of
\fIm\fR
(usually
1\&.0)\&. The
integer
and
float
options are mutually exclusive\&.
.RE
.sp
The following options take no additional arguments:
.PP
\-\-help, \-h
.RS 4
Print help message\&.
.RE
.PP
\-\-version, \-v
.RS 4
Print version information\&.
.RE
.SH "SEE ALSO"
.sp
\fBsfinfo\fR(1)
.SH "AUTHOR"
.sp
Michael Pruett <michael@68k\&.org>
|