Skip to content

Commit fcfdf4c

Browse files
authored
Merge pull request #28 from m5stack/dev
Dev
2 parents 948a9d5 + ada197d commit fcfdf4c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/KWS_VAD_Whisper_LLM_TTS/KWS_VAD_Whisper_LLM_TTS.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ void setup()
2929

3030
language = "en_US";
3131
// language = "zh_CN";
32+
// language = "ja_JP";
3233

3334
/* Init module serial port */
3435
// int rxd = 16, txd = 17; // Basic

examples/MeloTTS/MeloTTS.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ void loop()
6363
i++;
6464
std::string text = std::to_string(i) + " plus " + std::to_string(i) + " equals " + std::to_string(i + i) + ".";
6565
// std::string text = std::to_string(i) + " 加 " + std::to_string(i) + " 等于 " + std::to_string(i + i) + ".";
66+
// std::string text = std::to_string(i) + " 足す " + std::to_string(i) + " は " + std::to_string(i + i) + " です。";
6667

6768
M5.Display.setTextColor(TFT_GREEN);
6869
M5.Display.printf("<< %s\n\n", text.c_str());

0 commit comments

Comments
 (0)