I’ve seem some code indicating that with javascript you can set the volume level of an HTML5 <audio> element using something like document.getElementById('player').volume-=0.1, but I can’t find anything to indicate what the volume range is? 0-5? 0-10? 0-100? Does anyone know what the max volume of an audio tag is, and what the smallest increments it can be raised in are?
I’ve seem some code indicating that with javascript you can set the volume level
Share
From the w3c HTML5 specification