Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sox.1
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ translates an audio file in Sun AU format to a Microsoft WAV file, whilst
sox recital.au \-b 16 recital.wav channels 1 rate 16k fade 3 norm
.EE
performs the same format translation, but also applies four effects
(down-mix to one channel, sample rate change, fade-in, nomalize),
(down-mix to one channel, sample rate change, fade-in, normalize),
and stores the result at a bit-depth of 16.
.EX
sox \-r 16k \-e signed \-b 8 \-c 1 voice-memo.raw voice-memo.wav
Expand Down