Hacker News new | ask | show | jobs
by fumar 5054 days ago
One suggestion, Volume slider. I like to play the rain behind actual music.
2 comments

Definitely necessary. For the time being, I dropped these into the console:

document.getElementById('audio1').volume = .5

document.getElementById('audio2').volume = .5

@fumar ok cool volume slider added to the list, thanks.