Prototype of RVC+classification pipeline

This commit is contained in:
Tony Ribeiro
2023-08-18 01:12:00 +02:00
parent 16f3949e0b
commit 345505b534
2 changed files with 6 additions and 5 deletions

View File

@ -412,7 +412,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()