mirror of
https://github.com/wassname/TTS.git
synced 2026-09-11 12:00:24 +08:00
return inputs with synthesis
This commit is contained in:
+1
-1
@@ -137,4 +137,4 @@ def synthesis(model,
|
||||
# trim silence
|
||||
if do_trim_silence:
|
||||
wav = trim_silence(wav, ap)
|
||||
return wav, alignment, decoder_output, postnet_output, stop_tokens
|
||||
return wav, alignment, decoder_output, postnet_output, stop_tokens, inputs
|
||||
|
||||
Reference in New Issue
Block a user