Skip to content

Commit 9a1edd8

Browse files
authored
Update README.md
1 parent ff805d5 commit 9a1edd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Launch with `python swap.py`
1010
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.
1111
Then you simply execute the exe file to launch it.
1212

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).
1414

1515
Once done, click on "Test SoundVolumeView" to ensure that the app is properly linked to SmartWindowsAudioProfiles.
1616

@@ -26,7 +26,7 @@ Once done, save and you can create another profile.
2626

2727
When you wish, you can then activate a profile by selecting it, and clicking on "Activate profile".
2828

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.
3030

3131
![Image]()
3232

@@ -38,7 +38,7 @@ A config.ini file will be generated to adjust some settings.
3838
soundvolumeview_path = SoundVolumeView.exe
3939
auto_save = False
4040
```
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
4242

4343
adjust "auto_save" to True or False to save automatically any changes done on profiles/rules.
4444

0 commit comments

Comments
 (0)