Switching speaker volume when you connect audio jacks to your computer.
Before Volume -> After Volume -> Before Volume -> After Volume -> ...loop
- For x86 : this_repository\x86\Release\VolumeSwitcher.exe
- For x64 : this_repository\x64\Release\VolumeSwitcher.exe
When you execute this program, this program display the number of audio jacks(only green slot) connected to your computer in Detected Audio Jack group box. you can check how many jacks connected to your computer.
-
Before : This means current your speaker volume when you start this program. Once "After Volume" is applied, and the number of currently connected jacks are changed, your speaker volume will come back to this volume.
-
After : This means speaker volume you want to change when the other audio jacks are connected/disconnected.
-
Settings Save : Save button. A text file named "vcsave.txt" will be saved. values in the text file are automatically loaded when you start this program.
-
Detection Delay : After you click "Run" button, this program repeatedly get the number of jacks connected to your computer. this value means the time interval in loop. 1000 = 1 second Recommended.
-
Apply once and exit : Once speaker volume changes to after volume, exit program.
- Language : C++ with CLI
- OS : Windows 10 64bit
- IDE : Visual Studio 2019 Community, 16.8.3
- .NET Framework : 4.7.2 version
For example, in Visual Studio 2019 Version, Project property - linker - input - additional dependency.
MIT license