Does anyone know how to extract the play length of a dictation audio file(ie .dss)? I know with WAV files we can simply read the 4th and 28th bytes of the file header in order to calculate the play length. However, I've tried the same method with .dss files but the results are incorrect. Thanks.