Compare commits

..

No commits in common. "master" and "HyperAudio1.1" have entirely different histories.

View File

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