|
From: robs <aq...@ya...> - 2008-01-05 18:37:34
|
--- Rafal Maszkowski <rz...@ic...> wrote:
> The standard method with sox is
>
> sox file.wav -e stat |& awk '/^Length/ { print $NF
> }'
>
> (tcsh) but it takes some time.
sox -V file.wav -n
Reads and displays only the file header (recent sox versions).
__________________________________________________________
Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com
|