diff --git a/src/process/tts_process.js b/src/process/tts_process.js index 199cc54..977d783 100644 --- a/src/process/tts_process.js +++ b/src/process/tts_process.js @@ -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()) {