In the directory you have the wav files (filenames must not contain a space).
Open terminal and paste the following commands:
ext="wav" for f in *.$ext do time afconvert -v -f caff -d ima4 -c 1 $f done
In the directory you have the wav files (filenames must not contain a space).
Open terminal and paste the following commands:
ext="wav" for f in *.$ext do time afconvert -v -f caff -d ima4 -c 1 $f done