DavA
October 31, 2024, 11:53pm
1
There is a mismatch in the Duration column and the meta data.
the audio file can be downloaded from https://prismascsaudiostaging.blob.core.windows.net/surveys/maturity60/17%20In%20our%20team%20we%20resolve%20conflict%20very%20quickly.mp3
This is actually very important in my use case.
Thanks!
Leo
November 1, 2024, 12:00am
2
The difference is 1 second, so it probably just comes down one thing rounding up and the other rounding down.
(The Properties dialog is part of Windows, which may not always round the time in the exact way our code does when populating the column.)
DavA
November 1, 2024, 12:31am
3
in my use case (and the details are not important), but 1 sec out is huge. I would prefer if this was displayed in milliseconds.
lxp
November 1, 2024, 7:15am
4
Get this add-in and change the type of Composite-Duration
from duration
to double
(line 599).
Leo
November 1, 2024, 8:17am
5
The duration in both cases is shown in seconds. It has to be rounded up or down.
A 1 second difference means very little when the duration is displayed in seconds, especially without examining which one is closer to the real length (which could reveal it’s the Properties dialog from Windows you want to change, not Opus).
DavA
November 1, 2024, 7:23pm
7
AWESOME! Exactly what I wanted. Many thanks!