c
convert(1) | convert(1) |
NAME
convert - convert an audio ®le
SYNOPSIS
/opt/audio/bin/convert [source_®le] [target_®le]
DESCRIPTION
This command converts audio ®les from one supported ®le format, data format, sampling rate, and number of channels to another. The unconverted ®le is retained as a source ®le.
are the ®le formats for the source and destination ®les. Each format can be one of these:
au Sun ®le format
snd NeXT ®le format
wav Microsoft RIFF Waveform ®le format
uMuLaw format
al ALaw
l16 linear
lo8 offset (unsigned) linear
l8 | linear |
If you omit
is the data type for the destination ®les. data_type can be one of these:
uMuLaw
al ALaw
l16 linear
lo8 offset (unsigned) linear
l8 linear
If you omit
are the number of samples per second for the source and destination ®le. Typical sampling rates range from 8 to 11k (for voice quality) to 44,100 (for CD quality). You can use k to indicate thousands. For example, 8k means 8,000 samples per second.
If you omit
If you omit
are the number of channels in the source and destination ®les. Use 1 for mono; 2 for stereo. If - schannels is omitted, convert uses the information in the header; for raw data ®les, it uses mono.
If
EXAMPLES
Convert a raw data ®le to a headered ®le.
Section 1−112 | − 1 − |