Resample an audio file to 16/44.1

From Notes to self
Revision as of 11:20, 11 November 2013 by Verbovet (talk | contribs) (Created page with "<pre>$sox --guard infile --bits 16 outfile rate 44100 dither -s</pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
$sox --guard infile --bits 16 outfile rate 44100 dither -s