Last active
January 21, 2025 23:40
-
-
Save themaxdavitt/05f62a59e6e0426f26f8b02d73ae0e32 to your computer and use it in GitHub Desktop.
FFmpeg command to play silent audio to fix Bluetooth headphones cutting off sounds (e.g. in Anki) (https://max.davitt.me/blog/fix-sounds-cut-off-over-bluetooth/)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffplay -nodisp -f lavfi -i anullsrc=r=44100:cl=stereo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment