Via libvlc, commandline, or combination of the two, is there a way to read/estimate the number of audio samples a file contains? I am attempting to estimate the number of audio samples based on the duration of the audio in a variety of file containers. I have been using libvlc_media_get_duration and...