I need to check the duration of a group of audio files. Is there a simple way to do this on the unix command-line?
> duration *
I have the a
sox --info -D file --> duration in seconds sox --info -d file --> duration in HH:mm:ss.ss sox --info file --> metadata