Skip to content

Commit 28eeb7a

Browse files
committed
Speedup by setting everything with one SoundVolumeView-call
1 parent 8d0f745 commit 28eeb7a

4 files changed

Lines changed: 877 additions & 19 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.exe
22
SoundVolumeView
3+
profile.spr

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Change output volume levels depending on active audio device.
88
## Configuration
99
The correct device-IDs have to be configured in audioswitcher.ini.
1010

11-
For the device-IDs start SoundVolumeView in the subdirectory SoundVolumeView, sort entries after column "Type" and go to the entries with "Type" = device,
11+
For the device-IDs start SoundVolumeView in the subdirectory SoundVolumeView, sort entries after column "Type" and go to the entries with "Type" = "device",
1212
click on the right mouse button, select "Properties" and then use the entry for "Command-Line Friendly ID".
1313

1414
Volume levels, texts, font and fontsizes can also be configured in audioswitcher.ini.
@@ -18,9 +18,10 @@ Windows: ![audioswitcher.zip](https://github.com/alexgit2k/audioswitcher/release
1818

1919
## Third Party Inclusions
2020
SoundVolumeView from NirSoft: https://www.nirsoft.net/utils/sound_volume_view.html \
21+
Registry-Module from ts-soft: http://forums.purebasic.com/english/viewtopic.php?f=12&t=56204 \
2122
Icon from Dtaf Alonso: https://www.iconarchive.com/show/yosemite-flat-icons-by-dtafalonso/Music-icon.html
2223

2324
## License and Copyright
24-
This software is copyright (c) 2020 by alexgit2k.
25+
This software is copyright (c) 2021 by alexgit2k.
2526

2627
This is free software, licensed under MIT License.

0 commit comments

Comments
 (0)