addes speed config for voice
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user