Skip to content

Instantly share code, notes, and snippets.

@x1vfk7wp13
Last active May 23, 2023 03:04
Show Gist options
  • Save x1vfk7wp13/34f75c544204b7ef84ce1c2a289a608f to your computer and use it in GitHub Desktop.
Save x1vfk7wp13/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
@x1vfk7wp13
Copy link
Author

x1vfk7wp13 commented May 23, 2023

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