Skip to content

Instantly share code, notes, and snippets.

@NigelThorne
Created January 24, 2025 04:41
Show Gist options
  • Save NigelThorne/bf28ad1bae3a787ed12198d50475cb6b to your computer and use it in GitHub Desktop.
Save NigelThorne/bf28ad1bae3a787ed12198d50475cb6b to your computer and use it in GitHub Desktop.
Fix HDMI audio on OSX
# I'm also using SoundSource
# Install via Homebrew
brew install sleepwatcher
# Create a .wakeup script in your home directory
echo "SwitchAudioSource -n && SwitchAudioSource -s 'SMART TV'" > ~/.wakeup
chmod +x ~/.wakeup
# Start sleepwatcher as a service
brew services start sleepwatcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment