-r, --raw-input
-x, --byte-swap
-s, --samplerate <int>
--samplesize <int>
-N, --channels <int>
-g, --swap-channels
--scale <float>
--scale-l <float>
--scale-r <float>
-m, --mode <char>
-a, --downmix
-b, --bitrate <int>
------------------------------ Sample Rate Mono Stereo ------------------------------ 48000 96 192 44100 96 192 32000 80 160 24000 48 96 22050 48 96 16000 32 64 ------------------------------
-P, --psyc-mode <int>
-v, --vbr
-v, --vbr-level <float>
-l, --ath <float>
-q, --quick <int>
-S, --single-frame
-c, --copyright
-o, --non-original
--original
-p, --protect
-d, --padding
-R, --reserve <int>
-e, --deemphasis <char>
-E, --energy
-t, --talkativity <int>
--quiet
--brief
--verbose
twolame sound.wav
twolame -b 160 -m j sound.aiff sound_160.mp2
twolame -P 2 -v sound.wav newfile.mp2
twolame -P 2 -V -5 sound.wav newfile.mp2
sox sound_11025.aiff -t raw -r 16000 | twolame -r -s 16000 - - > out.mp2