Y
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
mgcross
5054 days ago
Definitely necessary. For the time being, I dropped these into the console:
document.getElementById('audio1').volume = .5
document.getElementById('audio2').volume = .5
link
sealo
5054 days ago
@fumar ok cool volume slider added to the list, thanks.
link
document.getElementById('audio1').volume = .5
document.getElementById('audio2').volume = .5