> At some point in my dial plan, I need to find out the length of a sound > file in seconds (to weed out things that are way too short) > > the record application doesn't seem to have any facilities to do that. > > any ideas ? use "sox beep.wav -e stat" and parse the output man is your friend google also :)