Skip to content
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.
Patrick Duncan edited this page Oct 3, 2018 · 2 revisions

SoX is a useful command-line program for manipulating audio files.

Info Dump

Convert to FLAC

sox <INPUT> <OUTPUT>.flac

Convert from Stereo to Mono

sox <INPUT> <OUTPUT> remix 1,2

Create a Snippet of a Song

sox <INPUT> <OUTPUT> trim START_TIME =END_TIME