I'd like to adjust the volume of an autoplaying, looping mp3 track based on the user's scroll position. I don't see any way to adjust the volume of the track playing, however. Is there a way to use JS, perhaps, to change the audio's volume?
I've looked through the tag's attributes, but the closest I could find was 'muted.' Do I need to use something like the Web Audio API instead?
See:
HTMLMediaElement.volume.HTMLAudioElement(the interface for<audio>) inherits fromHTMLMediaElement.