Who knew unenjoyment could be so fun!?!?!
A useful script to convert wav to caf (resulted in 1/8 the original size), just paste the following into Terminal (assumes your in dir with wav files):ext="wav"for f in *.$ext do time afconvert -v -f caff -d ima4 -c 1 $fdone
A useful script to convert wav to caf (resulted in 1/8 the original size), just paste the following into Terminal (assumes your in dir with wav files):
ReplyDeleteext="wav"
for f in *.$ext
do time afconvert -v -f caff -d ima4 -c 1 $f
done