This commit is contained in:
2025-12-13 20:13:54 -05:00
parent 5890c68d8e
commit 57f83bd56b
2 changed files with 48 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ local function receiveLoop()
elseif message.type == "chat" then
print(message.username .. ": " .. message.content)
speaker.play("notification")
speaker.playTTSFile(message.content)
end
write("> ")