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;
ready = false;
voices = [];
separator = ' .. ';
separator = ' ';
defaultSettings = {
provider_endpoint: 'http://localhost:8001/tts',