There should be a rule that pages that autoplays background music should explicitly warn the user.
EDIT: Someone found my comment worth downvoting.
21–30 of 68 posts
There should be a rule that pages that autoplays background music should explicitly warn the user.
EDIT: Someone found my comment worth downvoting.
Though I've used elevators pretty much every day for 20 years, I can't recall the last time an elevator had music playing.
I know it would ruin the joke, but there should be some notice to turn up your volume. My speakers were muted, so I didn't realize I was missing anything until I saw the HN comments. Definitely made me chuckle once I got the full experience.
There should be a rule that pages that autoplays background music should explicitly warn the user.
> To prevent these kinds of nuisance scenarios, the user agent must acquire the user’s consent to access non-default audio output devices. This would prevent the library example outlined earlier, because the application would not be authorized to play out audio from the system speakers.
> The default audio output device is always authorized.
:-(
[1] http://www.w3.org/TR/audio-output/#privacy-consent (section 5.1)I know it would ruin the joke, but there should be some notice to turn up your volume. My speakers were muted, so I didn't realize I was missing anything until I saw the HN comments. Definitely made me chuckle once I got the full experience.
Alternately, a NSFPoN (Not safe for parents of newborns) tag.
I know it would ruin the joke, but there should be some notice to turn up your volume. My speakers were muted, so I didn't realize I was missing anything until I saw the HN comments. Definitely made me chuckle once I got the full experience.
It would be nice if there was a way to check the system audio volume via the web audio API. Then you could display a notice only if the volume is too low or too high. Alas, no such functionality currently exists without browser plugins.
Would be better with "Girl From Ipanema"
I know it would ruin the joke, but there should be some notice to turn up your volume. My speakers were muted, so I didn't realize I was missing anything until I saw the HN comments. Definitely made me chuckle once I got the full experience.
It would be nice if there was a way to check the system audio volume via the web audio API. Then you could display a notice only if the volume is too low or too high. Alas, no such functionality currently exists without browser plugins.
One of the worst user experiences I have experienced in the recent years is those notifications telling me that my volume is too loud. But such assumption most of the time is totally wrong as it is hardware dependent. Especially when you use additional speakers or headphones with their own volume regulators. On windows 8.1, every time you make your volume higher than 40%, you will be interrupted with notification about high volume causing hearing loss, similar tactics is used in android.
So in my opinion checking system volume to determine whether the sound is too low or too high is completely wrong approach.