mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-04-03 10:50:43 +02:00
DroidFish: Only play the announcement sound if the TTS engine is idle.
This commit is contained in:
parent
fbb6bace27
commit
5c6b1408f4
@ -99,6 +99,7 @@ public class Speech {
|
||||
public void say(String text) {
|
||||
if (initialized) {
|
||||
if (lang != Language.NONE && text != null) {
|
||||
if (!tts.isSpeaking())
|
||||
tts.playEarcon("[move]", TextToSpeech.QUEUE_ADD, null);
|
||||
tts.speak(text, TextToSpeech.QUEUE_ADD, null);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user