Browse Source

Make eSpeak-specific setting changes apply immediately.

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
Reece H. Dunn 12 years ago
parent
commit
a7bb3eb790
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      android/AndroidManifest.xml

+ 1
- 2
android/AndroidManifest.xml View File

@@ -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" />


Loading…
Cancel
Save