win-audio icon indicating copy to clipboard operation
win-audio copied to clipboard

Get, set and watch speaker/microphone volumes on Windows

Results 4 win-audio issues
Sort by recently updated
recently updated
newest added

I have Python 3.12.2 installed on my machine. `npm install win-audio@latest` fails with the following error: ``` npm ERR! code 1 npm ERR! path C:\git\xyz\node_modules\win-audio npm ERR! command failed npm...

when run the project after install win-audio, I meet the error: `ERROR in ./node_modules/win-audio/build/Release/audio.node 1:2 Module parse failed: Unexpected character '�' (1:2) You may need an appropriate loader to handle...

I've been trying to install this module for an hour now with no success. When I try `npm i --save win-audio` the console logs the following error: `E:\NodeProject\node_modules\win-audio\build\audio.vcxproj(20,3): error MSB4019:...

I have been facing this issue a lot lately with electron.js app. I was finally able to capture the trace with sentry and it leads to win-audio. For reference, it...