You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Launch with `python swap.py`
10
10
You can also compile it to an exe by having the *.ico and *.spec file in same folder as swap.py and doing `pyinstaller swap.spec`. The output exe will be in the "dist" folder.
11
11
Then you simply execute the exe file to launch it.
12
12
13
-
Once launched, the app will ask you to provide the path where SoundVolumeView by NirSoft is installed (or you can also put SoundVolumeView.exe in the same folder as SmartWindowsAudioProfiles.exe).
13
+
Once launched, the app will ask you to provide the path where SoundVolumeView by NirSoft is installed (or you can also put SoundVolumeView.exe in the same folder as SWAP.exe).
14
14
15
15
Once done, click on "Test SoundVolumeView" to ensure that the app is properly linked to SmartWindowsAudioProfiles.
16
16
@@ -26,7 +26,7 @@ Once done, save and you can create another profile.
26
26
27
27
When you wish, you can then activate a profile by selecting it, and clicking on "Activate profile".
28
28
29
-
Alternatively, you can also activate a profile via command line as such : `SmartWindowsAudioProfiles.exe PROFILE_NAME` where PROFILE_NAME is the name of your profile.
29
+
Alternatively, you can also activate a profile via command line as such : `SWAP.exe PROFILE_NAME` where PROFILE_NAME is the name of your profile.
30
30
31
31
![Image]()
32
32
@@ -38,7 +38,7 @@ A config.ini file will be generated to adjust some settings.
38
38
soundvolumeview_path = SoundVolumeView.exe
39
39
auto_save = False
40
40
```
41
-
adjust "soundvolumeview_path" as per the path to SoundVolumeView.exe (it can be as is if SoundVolumeView.exe is in the PATH environement, or in same folder as SmartWindowsAudioProfiles.exe
41
+
adjust "soundvolumeview_path" as per the path to SoundVolumeView.exe (it can be as is if SoundVolumeView.exe is in the PATH environement, or in same folder as SWAP.exe
42
42
43
43
adjust "auto_save" to True or False to save automatically any changes done on profiles/rules.
0 commit comments