Skip to content

Commit

Permalink
Merge commit 'b8f547e59ca2b1af4ad2244ad595bd1d34f75293'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Cooper committed Dec 11, 2022
2 parents 801a90e + b8f547e commit 7889604
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@ with a 0.1 second fadeout ("fade 0 0 0.1"),
and normalised ("norm").
the '1' at the end is the flag that actually runs the script, without it, it will just print out
the sox command.

recursive usage:
this one you can leave out the last argument, OR you can pass in your own sox options...

simplest usage (44.1k, 16bit default):
bash ./sox-recursive-convert.sh sourceDir targetDir

advanced usage (mono, 22.5k, 8 bit):
bash ./sox-recursive-convert.sh sourceDir targetDir "-c 1 -b 8 -r 22050"

0 comments on commit 7889604

Please sign in to comment.