I am trying to change the volume of some HTML <audio>
. When I change the volume
attribute, the playback volume seems to be exactly the same. See the following codePen for the described behaviour: https://codepen.io/christoffer-corfield-aakre/pen/rKjmeo
I expected the volume to change when I changed the volume attribute. Does anyone have an idea of what I am doing incorrectly?