HyperAudio/Readme.md

45 lines
957 B
Markdown
Raw Normal View History

2021-01-28 14:49:31 +00:00
# HyperAudio
2021-01-28 14:59:33 +00:00
HyperAudio is an AutoHotkey (AHK) script to toogle two Audio Output Devices and to control sound volume for Windows 10.
2021-01-28 14:49:31 +00:00
## Installation
Run AHK Script or compile it yourself or download precompiled release.
2021-01-28 15:20:20 +00:00
## General
2021-01-28 14:49:31 +00:00
First run will create a hyperaudio.ini file.
2021-01-28 14:54:13 +00:00
2021-01-28 15:20:20 +00:00
Edit Names of Audio Output Devices in ini file.
2021-01-28 14:49:31 +00:00
2021-01-28 15:20:20 +00:00
## Example
Extract Names from Windows Sound Settings (ms-settings:sound):
2021-01-28 14:49:31 +00:00
```
2021-01-28 14:57:48 +00:00
Speaker (Realtek High Definiton Audio)
Headset (Realtek High Definiton Audio)
2021-01-28 14:53:35 +00:00
```
2021-01-28 14:49:31 +00:00
2021-01-28 15:20:20 +00:00
Adapt **hyperaudio.ini**:
2021-01-28 14:53:35 +00:00
```
[Devices]
2021-01-28 14:57:48 +00:00
Output1=Speaker
Output2=Headset
2021-01-28 14:53:35 +00:00
```
2021-01-28 15:20:20 +00:00
Restart Software.
2021-01-28 14:59:33 +00:00
2021-01-28 15:20:20 +00:00
## Usage
2021-01-28 14:59:33 +00:00
Alt+WheelUp: Increase Volume +5
2021-01-28 14:59:58 +00:00
2021-01-28 14:59:33 +00:00
Alt+WheelDown: Decrease Volume +5
Ctrl+F12: Toggle Audio Output Device
2021-01-28 14:49:31 +00:00
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[GNU GPL v3](https://choosealicense.com/licenses/gpl-3.0/)