Answers for "get duration of a audio file in js"

2

js audio get duration

let x = document.getElementById("myAudio").duration;
Posted by: Guest on March-27-2021

Code answers related to "get duration of a audio file in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language