|
@@ -21,7 +21,7 @@ public class SpeechUtil {
|
|
|
private TextToSpeech textToSpeech;
|
|
|
private static SpeechUtil speech;
|
|
|
private int speakIndex = 0;
|
|
|
- private int loopCount = 2;
|
|
|
+ private int loopCount = 3;
|
|
|
private int loopIndex = 0;
|
|
|
private boolean isStop = true;
|
|
|
public volatile static ArrayList<String> speechTextList = new ArrayList<>();
|