On Thu, Jul 08, 2004 at 05:14:30PM +1000, Erik de Castro Lopo wrote:
On Wed, 7 Jul 2004 22:34:58 -0600
Hans Fugal <hans(a)fugal.net> wrote:
I thought sox might be able to do it but I
don't see it if it's there. I
want to know how long (in time) an audio file is.
On my machine:
erikd@coltrane > sndfile-info Sound/HelpDesk.wav | grep ^Duration
Duration : 00:00:41.616
The sndfile-info program is part of libsndfile. In Debian it gets
installed when you install the sndfile-programs package.
Erik
ecasound includes ecalength which does what you want as well. (probably
via libsndfile, so it's likely just another interface to the same code.)
-Eric Rz.