Compare commits

...

1 Commits

Author SHA1 Message Date
f2cea17029 Readme updated 2021-01-28 16:20:20 +01:00

View File

@ -6,25 +6,28 @@ HyperAudio is an AutoHotkey (AHK) script to toogle two Audio Output Devices and
Run AHK Script or compile it yourself or download precompiled release.
## Usage
## General
First run will create a hyperaudio.ini file.
Edit Names of Audio Output Devices. Extract Names from Windows Sound Settings.
Edit Names of Audio Output Devices in ini file.
Example
## Example
Extract Names from Windows Sound Settings (ms-settings:sound):
```
Speaker (Realtek High Definiton Audio)
Headset (Realtek High Definiton Audio)
```
Will Result in **hyperaudio.ini**:
Adapt **hyperaudio.ini**:
```
[Devices]
Output1=Speaker
Output2=Headset
```
Restart Software.
## Usage
Alt+WheelUp: Increase Volume +5
Alt+WheelDown: Decrease Volume +5