Skip to content

Instantly share code, notes, and snippets.

@unobatbayar
Last active May 23, 2023 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unobatbayar/34f75c544204b7ef84ce1c2a289a608f to your computer and use it in GitHub Desktop.
Save unobatbayar/34f75c544204b7ef84ce1c2a289a608f to your computer and use it in GitHub Desktop.
Stop corespeechd. This process runs even when dictation, voice commands, siri, etc are disabled. It seems you have to clean install your OS and never agree to terms of services.
#!/bin/bash
while true
do
killall corespeechd
echo "running"
sleep .3
done
@unobatbayar
Copy link
Author

unobatbayar commented May 23, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment