Loading packages/TtsService/src/android/tts/TtsService.java +1 −0 Original line number Diff line number Diff line Loading @@ -402,6 +402,7 @@ public class TtsService extends Service implements OnCompletionListener { if (synthAvailable) { synthesizerLock.unlock(); } processSpeechQueue(); } } } Loading Loading
packages/TtsService/src/android/tts/TtsService.java +1 −0 Original line number Diff line number Diff line Loading @@ -402,6 +402,7 @@ public class TtsService extends Service implements OnCompletionListener { if (synthAvailable) { synthesizerLock.unlock(); } processSpeechQueue(); } } } Loading