Yes, as the boss says, length in miliseconds... divide by 1000 to get the correct result.
Code:
%msl = $sound(file.mp3).length
%len = $duration($calc(%msl/1000))

Returns 5mins 53secs for your example.