Lines Matching refs:sox
7 ./sox --i -a $1 > $tmp.comments
25 ./sox -n $input trim 0 .1
27 ./sox $input $tmp.au # Apply default comment
39 ./sox $input --comment-file $tmp.i $tmp.comments.au
42 ./sox $input --comment= $tmp.au # Don't apply default comment
45 ./sox $input --add-comment "$com1" $tmp.au
48 ./sox $tmp.comment.au --add-comment "$com1" $tmp.au
51 ./sox $input --add-comment "$com1" --add-comment "$com2" $tmp.au
54 ./sox $tmp.comment.au --add-comment "$com1" --add-comment "$com2" $tmp.au
57 ./sox $tmp.comments.au --comment= $tmp.au
60 ./sox $tmp.comments.au --comment "$com1" $tmp.au
63 ./sox $tmp.comments.au --add-comment "$com1" $tmp.au
68 ./sox $tmp.comments.au --add-comment "$com1" --add-comment "$com2" $tmp.au
73 ./sox $tmp.comments.au $tmp.aiff
74 ./sox $tmp.aiff $tmp.flac
75 ./sox $tmp.flac $tmp.sf
76 ./sox $tmp.sf $tmp.ogg
77 ./sox $tmp.ogg $tmp.sndt
78 ./sox $tmp.sndt $tmp.sox
79 ./sox $tmp.sox $tmp.au