Replace quote extract separator for Silero TTS

This commit is contained in:
Cohee
2024-03-14 14:56:58 +02:00
parent 94230c0891
commit 51f959c06b

View File

@ -11,7 +11,7 @@ class SileroTtsProvider {
settings; settings;
ready = false; ready = false;
voices = []; voices = [];
separator = ' .. '; separator = ' ';
defaultSettings = { defaultSettings = {
provider_endpoint: 'http://localhost:8001/tts', provider_endpoint: 'http://localhost:8001/tts',