- coqui.Coqui.synthesize_sync(voice_id: str, text: str, speed: float, name: str) Sample
Synthesize speech using an existing cloned voice.
- Parameters:¶
- voice_id: str¶
ID of cloned voice to synthesize speech with.
- text: str¶
Text to synthesize. Maximum length is 250 characters per sample.
- speed: float¶
Synthesis speed. A value between 0.0 (non-inclusive) and 2.0, slowest to fastest, respectively. A sample with speed=2.0 will have exactly 1/2.0 (half) of the duration of the same sample with speed=1.0.
- name: str¶
Name of synthesized sample.
Note: This is an automatically