I need to create a python program that will output the current volume of individual applications to the console. In the picture below, I highlighted in green the fluctuating scale, the level of which I need to get in the program.
The program should output data to the console every, for example, 5 milliseconds: Telegram: 100; Google Chrome: 0; Microsoft Edge: 50; (for the conditions shown in this image)
I searched for information about this topic and found a solution to my problem in C#, but I don't know it, so it didn't help me in any way. (Getting individual windows application current volume output level as visualized in audio Mixer - here is this article)
Are there any ways to implement this in python? Please help me)Thanks in advance