This commit is contained in:
Timothy J. Baek 2024-06-07 20:35:50 -07:00
parent e516374d54
commit 16615010f7

View File

@ -78,7 +78,7 @@
engine: STTEngine !== '' ? STTEngine : undefined
},
tts: {
voice: $config.audio.tts.engine === 'openai' ? voice : voice !== '' ? voice : undefined,
voice: voice !== '' ? voice : undefined,
nonLocalVoices: $config.audio.tts.engine === '' ? nonLocalVoices : undefined
}
}