Readme updated
This commit is contained in:
parent
8367ab6e2b
commit
f2cea17029
11
Readme.md
11
Readme.md
@ -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.
|
Run AHK Script or compile it yourself or download precompiled release.
|
||||||
|
|
||||||
## Usage
|
## General
|
||||||
|
|
||||||
First run will create a hyperaudio.ini file.
|
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)
|
Speaker (Realtek High Definiton Audio)
|
||||||
Headset (Realtek High Definiton Audio)
|
Headset (Realtek High Definiton Audio)
|
||||||
```
|
```
|
||||||
|
|
||||||
Will Result in **hyperaudio.ini**:
|
Adapt **hyperaudio.ini**:
|
||||||
```
|
```
|
||||||
[Devices]
|
[Devices]
|
||||||
Output1=Speaker
|
Output1=Speaker
|
||||||
Output2=Headset
|
Output2=Headset
|
||||||
```
|
```
|
||||||
|
Restart Software.
|
||||||
|
|
||||||
|
## Usage
|
||||||
Alt+WheelUp: Increase Volume +5
|
Alt+WheelUp: Increase Volume +5
|
||||||
|
|
||||||
Alt+WheelDown: Decrease Volume +5
|
Alt+WheelDown: Decrease Volume +5
|
||||||
|
Loading…
Reference in New Issue
Block a user