[feat] remove * from tts
This commit is contained in:
@@ -5,6 +5,7 @@ import { DataBase, type character } from "../database";
|
|||||||
export async function sayTTS(character:character,text:string) {
|
export async function sayTTS(character:character,text:string) {
|
||||||
|
|
||||||
let db = get(DataBase)
|
let db = get(DataBase)
|
||||||
|
text = text.replace(/\*/g,'')
|
||||||
|
|
||||||
switch(character.ttsMode){
|
switch(character.ttsMode){
|
||||||
case "webspeech":{
|
case "webspeech":{
|
||||||
|
|||||||
Reference in New Issue
Block a user