mirror of https://github.com/coqui-ai/TTS.git
return inputs with synthesis
This commit is contained in:
parent
745cc4e20a
commit
9915d79173
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue