When reading any Duration field from results returned from AssetService:SearchAudio(), you will notice they’re all rounded to the nearest integer. This is an issue for any experience that wants to display lists of Audio and want to accurately display how long they are. In Clip It specifically, we display hundreds of Audio, and cannot afford to load them into memory JUST to display their accurate duration.
Expected behavior
I would expect Duration to provide an accurate value
The reason Duration is broken is mentioned in this thread:
And yes this break was caused by me working on this request. Once the fix goes out it will take a few more weeks to update the data in our databases to be more accurate.