two speed

This commit is contained in:
2026-03-29 19:03:40 +02:00
parent 1ab8a6a2fe
commit 63560e290b
4 changed files with 80 additions and 43 deletions
+2 -1
View File
@@ -1135,7 +1135,8 @@ wss.on("connection", (ws) => {
defaultVoice: msg.defaultVoice || "ramona",
highlightVoice: msg.highlightVoice || "thorsten",
ttsEnabled: msg.ttsEnabled !== false,
speechSpeed: msg.speechSpeed || 1.0,
speedRamona: msg.speedRamona || 1.0,
speedThorsten: msg.speedThorsten || 1.0,
};
try {
fs.mkdirSync("/shared/config", { recursive: true });