caudec is a BASH script that transcodes audio files from one format
(codec) to another. It leverages multi-core CPUs with lots of RAM by
using a ramdisk, and running multiple processes concurrently (one per
file and per codec).
ClosesHomebrew/homebrew#19248.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>