Merge pull request #247 from ouoertheo/ouoertheo/tts4-silero2

This commit is contained in:
Cohee
2023-05-06 11:40:16 +03:00
committed by GitHub

View File

@@ -241,7 +241,7 @@ async function processTtsQueue() {
console.debug('New message found, running TTS')
currentTtsJob = ttsJobQueue.shift()
const text = currentTtsJob.mes.replaceAll('*', '...')
const text = currentTtsJob.mes.replaceAll('*', '')
const char = currentTtsJob.name
try {