Can I uninstall this Google service without affecting my phone negatively?

https://lemmy.world/post/44320451

I think it’s used for google assistant, i am not sure tho, but anyway it’s not something that will break Android and you can just reinstall it
It’ll make the microphone button on your keyboard not work and turn your GPS app mute.
Can you replace it with an OS app like SherpaTTS?
Yes but I’ve given up on that front. Not important enough for me to research any more.
I have replaced it with sherpaTTS and now I can hear glados’ voice for navigation :D
Really? which one are you using to get the Glados effect?
The repo links to this to test models: huggingface.co/spaces/k2-fsa/text-to-speech And there is a glados one listed there (at least in english and german)
tts Text To Speech - a Hugging Face Space by k2-fsa

Text-to-speech (TTS) with Next-gen Kaldi

I’d also expect it could make Google translate unable to pronounce words.
Well, seems I can uninstall it. Thanks.
I think Duolingo requires it in order to do speaking exercises.
I don’t use it anyway, so this wouldn’t be this big of a damage.

I don’t have it installed on my phone and it works just fine.

/GrapheneOS

Yes you can. Enable USB debugging and do this adb command: adb shell pm uninstall --user 0 com.google.android.tts

And if you want to restore it: adb shell cmd package install-existing --user 0 com.google.android.tts

I used Brevent on my phone to uninstall it.