mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge pull request #247 from ouoertheo/ouoertheo/tts4-silero2
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user