I am trying to get the duration of an audio file (.wav) in milliseconds.
I have seen some command lines using ffmpeg
, but this library is deprecated (remplaced by avconv
) on my Ubuntu version, and i didn't find anything on it.
I can get the duration by running avconv -i <file>
but i am looking for the result in milliseconds
.