Is the music volume not fixed and annoying?
This program can control your system volume by your system dbfs
donwload ffmpeg and add in path
https://ffmpeg.zeranoe.com/builds/
base on pydub
pip install pydub
pip install simpleaudio
pip install sounddevice
pip install scipy
find stereo mix (立體混音裝置)
Let the program can correctly record the system sound
and change the system sound (like mine is 2)
first time initialization will set your volume to 50
It is recommended to turn off the background music, it will be more accurate
Adjust to your comfortable volume and press "確定"
you can press the bottom to reinitialization
This program is analog key input, so it is only suitable for listening to music or watching movies.
C struct definitions credit
Author: LucasG (https://github.com/lucasg)
Source: http://stackoverflow.com/questions/13564851/generate-keyboard-events
Class Sound :author: Paradoxis luke@paradoxis.nl
:description:
Allows you control the Windows volume
me : OuYangMinOa