[feat] remove * from tts

This commit is contained in:
kwaroran
2023-05-13 22:13:13 +09:00
parent 1cde6b9cc4
commit 7fbb79b19c

View File

@@ -5,6 +5,7 @@ import { DataBase, type character } from "../database";
export async function sayTTS(character:character,text:string) {
let db = get(DataBase)
text = text.replace(/\*/g,'')
switch(character.ttsMode){
case "webspeech":{