How come each time I call the
var track_length = $(".audio-player")[counter].duration;
it returns me this
351.234
How can I convert it to this type ofr Format minutes/seconds. 3:51 seconds ?(I am not sure if I am correct with my estimation of the time)