#!/sbin/csh

foreach file (*/*.aiff)
    tabledesign $file > $file.codebook
    vadpcm_enc -c $file.codebook $file $file.aifc
end
