I need help in getting the time string remining of an audio file instead of default duration time string.
I tried deducting duration string from current time string using :converted to number, but it’s always resulting in division of 100 e.g., if the audio file duration time string is 3 min i.e., 180 sec. It is giving me 300 as a result.
It can’t be 2.59 that would be accurate. the decimal point is the percentage of a minutes. 59 seconds is not 59% of a minute… Keep it as seconds and convert seconds to be minutes and seconds