|
From: Frank P. <fra...@co...> - 2008-01-03 03:32:55
|
> > i want to mix two files, but i do not the legth of the first-/above-file. > > how can i find out the length of a file? > If you're using sox, you probably have libsndfile installed. With libsndfile there is a utility called sndfile-info. From a shell, just execute the command sndfile-info file.wav This will print some information including the file duration. Regards, Frank Peters Detroit, Michigan USA |