mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
feat: add speed configuration for cartesia
This commit is contained in:
parent
c147e066d7
commit
f8cf433ba3
2 changed files with 5 additions and 1 deletions
|
|
@ -332,6 +332,7 @@ class CartesiaTTSConfiguration(BaseTTSConfiguration):
|
|||
default="sonic-3", json_schema_extra={"examples": CARTESIA_TTS_MODELS}
|
||||
)
|
||||
voice: str = Field(default="3faa81ae-d3d8-4ab1-9e44-e50e46d33c30")
|
||||
speed: float = Field(default=1.0, ge=0.6, le=1.5, description="Speed of the voice")
|
||||
|
||||
|
||||
SARVAM_TTS_MODELS = ["bulbul:v2", "bulbul:v3"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue