私は HTML5 の初心者です。一時停止ボタンをクリックしたときにオーディオの継続時間を取得したいのです。
ここに私のコードがあります
<audio controls="" id="audio">
<source src="assets/record_file/abc.mp3" type="audio/ogg">
<source src="assets/record_file/abc.mp3" type="audio/mpeg">
Your browser does not support the audio element. Please try other latest browser
</audio>
それを行う方法はありますか?
ありがとう