Resample an audio file to 16/44.1: Difference between revisions

From Notes to self
Jump to navigation Jump to search
Created page with "<pre>$sox --guard infile --bits 16 outfile rate 44100 dither -s</pre>"
 
No edit summary
Line 1: Line 1:
<pre>$sox --guard infile --bits 16 outfile rate 44100 dither -s</pre>
<pre>$ sox --guard in.flac --bits 16 out.flac rate 44100 dither -s</pre>

Revision as of 12:08, 11 November 2013

$ sox --guard in.flac --bits 16 out.flac rate 44100 dither -s