1. Add azure_tts_v1 to control the speed of speech
This commit is contained in:
@@ -108,6 +108,7 @@ class VideoParams(BaseModel):
|
||||
|
||||
voice_name: Optional[str] = ""
|
||||
voice_volume: Optional[float] = 1.0
|
||||
voice_rate: Optional[float] = 1.0
|
||||
bgm_type: Optional[str] = "random"
|
||||
bgm_file: Optional[str] = ""
|
||||
bgm_volume: Optional[float] = 0.2
|
||||
|
||||
Reference in New Issue
Block a user