https://github.com/trypsynth/sleepsoundly
Tiny C program to constantly pipe silent audio through audio devices on Windows, eliminating automatic sleeping.
https://github.com/trypsynth/sleepsoundly
accessibility audio c cpp sound soundcard soundcardsleep win32 windows winmm
Last synced: 3 months ago
JSON representation
Tiny C program to constantly pipe silent audio through audio devices on Windows, eliminating automatic sleeping.
- Host: GitHub
- URL: https://github.com/trypsynth/sleepsoundly
- Owner: trypsynth
- License: mit
- Created: 2023-10-23T21:18:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-23T20:00:03.000Z (about 1 year ago)
- Last Synced: 2025-10-13T09:44:21.303Z (8 months ago)
- Topics: accessibility, audio, c, cpp, sound, soundcard, soundcardsleep, win32, windows, winmm
- Language: C
- Homepage: https://quinbox.xyz/projects
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# SleepSoundly
My laptop's sound driver, among many others, has this absolutely infuriating behavior where it puts the sound card to sleep after a particular amount of silence (mine's seemingly after 5 seconds), causing a screen reader user to miss the beginning of speech, an audio file, a notification, or anything else they may be trying to listen to. To solve this, this small program was born. Simply run it, and it'll start piping silent audio through your default sound card, thus completely eliminating this aggrivating sleep behavior. It should also respect device changes (e.g. unplugging headphones). To close it, simply click on the tray icon. It doesn't get much simpler than that.
## Download
[Download SleepSoundly](https://quinbox.xyz/files/SleepSoundly.zip)