mirror of https://github.com/coqui-ai/TTS.git
Return duration by ForwardTTS inference
This commit is contained in:
parent
9291d13c69
commit
96779e75ba
|
@ -677,7 +677,7 @@ class ForwardTTS(BaseTTS):
|
|||
outputs = {
|
||||
"alignments": attn,
|
||||
"pitch": o_pitch,
|
||||
"durations_log": o_dr_log,
|
||||
"durations": o_dr,
|
||||
"g": g,
|
||||
}
|
||||
if skip_decoder:
|
||||
|
|
Loading…
Reference in New Issue