DMCSCRIPTINGLib.Converter's AudioProperties method ignores seconds part of audio Length property when Length is greater than one hour.
Illustration: dbpoweramp shows 1 hour 3 minutes (ignores seconds); Details shows 01:03:29 (which is correct).
...
Search Result
Collapse
2 results in 0.0028 seconds.
Keywords
Members
Tags
-
DMCSCRIPTINGLib.Converter's AudioProperties method returns wrong Length property
-
TrueSpeech using DMCSCRIPTINGLib
I am trying to convert a compressed voice file (in TrueSpeech format) to an uncompressed format (PCM) and also do the reverse. I have added the DMCSCRIPTINGLib dll to my C# project.
I am not sure what parameters I need to pass to the ConverterClass.Convert function to achieve this conversion....