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