mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Add comput_f0 field
This commit is contained in:
@@ -199,6 +199,7 @@ class BaseTTS(BaseModel):
|
||||
outputs_per_step=config.r if "r" in config else 1,
|
||||
text_cleaner=config.text_cleaner,
|
||||
compute_linear_spec=config.model.lower() == "tacotron" or config.compute_linear_spec,
|
||||
comnpute_f0=config.get("compute_f0", False),
|
||||
meta_data=data_items,
|
||||
ap=ap,
|
||||
characters=config.characters,
|
||||
|
||||
Reference in New Issue
Block a user