Is there a way to check from the command line the audio length (not the
size of the file) of an audio file (assume wav, but I also want to do
other types, especially flac). So far I have only found this:
sox myaudiofile.wav -n stat
which gives me more information than I need, but at least I can parse
out the length from that output. Is there a simpler more direct
approach using some other command line utility ?
Bill