Is there a way to control the system volume in JS? I get an input from an arduino that basically is the volume value (Using a physical volume slider or similar).
The javascript file runs locally, through node.js, and I have heard that ActiveX can be used to control the system volume (Since javascript is normally sandboxed inside of the browser).
See below:
But I can't comprehend how it works, no matter how much research I do. Of course I have checked out the link, but it only confuses me even more.
The link in the picture:
http://msdn.microsoft.com/en-us/library/aa263499(VS.60).aspx
What does it mean that we need to create an ActiveX component, and how do I do it, and how do I control the system volume through that ActiveX component?