mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-30 03:45:36 +02:00
Update tts_process.js
Fixed a typo
This commit is contained in:
parent
809f669b19
commit
ea61c3a916
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ function recordAndTranscribeOnce() {
|
|||
console.log("Transcription:", text);
|
||||
|
||||
// Format message so it looks like: "[SERVER] hello there"
|
||||
const finalMessage = `[${TTS_USERNAME}] ${text}`;
|
||||
const finalMessage = `[${STT_USERNAME}] ${text}`;
|
||||
|
||||
// If STT_AGENT_NAME is empty, broadcast to all agents
|
||||
if (!STT_AGENT_NAME.trim()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue