Merge branch 'staging' into ouoertheo/tts-ui-voicemap

This commit is contained in:
ouoertheo
2023-08-26 11:44:58 -05:00
committed by GitHub
106 changed files with 7363 additions and 2435 deletions

View File

@ -413,7 +413,7 @@ async function tts(text, voiceId, char) {
// RVC injection
if (extension_settings.rvc.enabled)
response = await rvcVoiceConversion(response, char)
response = await rvcVoiceConversion(response, char, text)
addAudioJob(response)
completeTtsJob()