sanraith / keep-headset-awake

Keep a wireless headset awake by periodically playing inaudible sounds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keep-headset-awake

Keeps a wireless headset awake by periodically playing sounds inaudible to the human ear.
I made this because my HyperX Cloud Flight headset automatically turns off after ~15 minutes of inactivity.

keep-headset-awake in action

Usage

  • Ensure that .NET Core 3.1 Runtime is installed.
  • Download and unzip the binaries from the latest release.
  • Edit appsettings.json to customize the beep length, frequency and interval.
  • Run keep-headset-awake.exe.
    If you want to hide the a console, run keep-headset-awake-NOCONSOLE.exe instead.

Build from source

  • Ensure that .NET Core 3.1 SDK is installed.
  • Clone the repo with git clone https://github.com/sanraith/keep-headset-awake.git
  • Run publish.bat from the project directory.
    The binaries are placed into bin\keep-headset-awake\

About

Keep a wireless headset awake by periodically playing inaudible sounds.

License:MIT License


Languages

Language:C# 79.1%Language:Batchfile 20.9%