I am building a webpage that requires sound to operate. I have instructions, but many users do not read them.
I would like to have an alert window pop up telling the user to unmute their volume if and only if their volume is muted, so as not to bother users whose sound is on.
Is this possible to implement in JavaScript (or another language I could use in a webpage)? I know that detecting the state of the sound card is a system thing, so I'm not sure if it's possible to tap into that.