Skip to content

My soundbar turns off automatically if there is not sound playing, which is super anoying. This sends out a low frequency tone every 10 minutes that keeps it alive.

Notifications You must be signed in to change notification settings

dahlo/soundbar_keepalive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Soundbar keepalive

Using SoX v14.4.2 to play a low frequency sound clip that keeps the soundbar from turning off due to inactivity.

Arch

Install SoX using pacaur.

pacaur -S sox

Crontab entry

# keep soundbar alive
*/10 * * * * XDG_RUNTIME_DIR=/run/user/1000 /usr/bin/play -q ~/soundbar_keepalive/5hz_0.5s.wav

About

My soundbar turns off automatically if there is not sound playing, which is super anoying. This sends out a low frequency tone every 10 minutes that keeps it alive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published