This reverts commit 433a0a0455
.
The issue here appears to be that the process the eSpeak commands are
processed from to generate the speech differs from the one used to
modify the settings. This appears to be enough to cause it to not
get the updated settings until the process is restarted.
Thanks to Peter Vagner for locating the cause.
master
@@ -17,8 +17,7 @@ | |||
android:label="@string/app_name" > | |||
<service | |||
android:name=".TtsService" | |||
android:label="@string/app_name" | |||
android:process=":texttospeech" > | |||
android:label="@string/app_name" > | |||
<intent-filter> | |||
<action android:name="android.intent.action.TTS_SERVICE" /> | |||