mirror of
https://github.com/coqui-ai/TTS.git
synced 2026-07-11 21:09:23 +02: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