Quote:
Originally Posted by qwerty12
You can bring up the window to install a voice with adb shell am start -n com.google.android.tts/.local.voicepack.ui.VoiceDataInstallActivity. But after choosing a voice from the English (United Kingdom) section, Moon Reader continued to use a US voice.
|
As my post count isn't high enough to let me edit my previous posts...
Ah, you can change the voice used. Run that
adb command I mentioned in the quoted post to download a voice and choose a variant, and then with a computer run
adb shell settings put secure tts_default_locale com.google.android.tts:en_GB - en_GB in this case being English - United Kingdom. de_AT would be German - Austria, nl_BE Dutch - Belgium, fr_BE French - Belgium etc. etc.
The Google TTS engine collects "anonymous usage reports" by default. As you can't get to the TTS settings here, you can't turn that off.