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?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||
|
|
From the w3c HTML5 specification
|
|||
|
|