mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
This commit is contained in:
@@ -174,6 +174,7 @@ function debugTtsPlayback() {
|
|||||||
"audioQueueProcessorReady": audioQueueProcessorReady,
|
"audioQueueProcessorReady": audioQueueProcessorReady,
|
||||||
"ttsJobQueue": ttsJobQueue,
|
"ttsJobQueue": ttsJobQueue,
|
||||||
"currentTtsJob": currentTtsJob,
|
"currentTtsJob": currentTtsJob,
|
||||||
|
"ttsConfig": extension_settings.tts
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
@@ -372,6 +373,7 @@ async function processTtsQueue() {
|
|||||||
try {
|
try {
|
||||||
if (!text) {
|
if (!text) {
|
||||||
console.warn('Got empty text in TTS queue job.');
|
console.warn('Got empty text in TTS queue job.');
|
||||||
|
completeTtsJob()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user