addes speed config for voice

This commit is contained in:
2026-03-29 18:50:09 +02:00
parent a2c0196e05
commit 1ab8a6a2fe
3 changed files with 28 additions and 3 deletions
+1
View File
@@ -1135,6 +1135,7 @@ wss.on("connection", (ws) => {
defaultVoice: msg.defaultVoice || "ramona",
highlightVoice: msg.highlightVoice || "thorsten",
ttsEnabled: msg.ttsEnabled !== false,
speechSpeed: msg.speechSpeed || 1.0,
};
try {
fs.mkdirSync("/shared/config", { recursive: true });