C, 29 28 2626 23 bytes
main(){formain(;;)putcharputs(0""));} -2 @steadybox
-3 @rtpatx
gcc won't like it, but it compiles.
Outputs null bytes continuously. You can swap out the 0 for anything 0-9.
You can use 7 if you really hate your speakers.