Skip to content

Commit 8b820f8

Browse files
committed
Update Main Libraries
1 parent a981917 commit 8b820f8

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

app/libs/MainLibraries-sources.jar

-6 Bytes
Binary file not shown.

app/libs/MainLibraries.aar

2.56 KB
Binary file not shown.

app/src/main/java/com/edw590/visor_c_a/Modules/Speech/Speech2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public Speech2() {
261261
}
262262

263263
private final Thread infinity_thread = new Thread(() -> {
264-
GPTComm.setTimeBegin(System.currentTimeMillis());
264+
GPTComm.setPreparations(System.currentTimeMillis());
265265
while (true) {
266266
// Keep getting the next sentence to speak from the server
267267
String speak = GPTComm.getNextSpeechSentence();

0 commit comments

Comments
 (0)