Controlling Windows Volume Mixer With Python
I was wondering how to control the volume of an application in Volume mixer in the background with python 3?
Solution 1:
You can do so with WinGuiAuto and the python for windows extensions.
You essentially open the Volume Control application and drive the control buttons etc programmatically. The application will normally show up on the Desktop, so that might be a problem for you.
Post a Comment for "Controlling Windows Volume Mixer With Python"