You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `voice` (str): The voice id to use for synthesis.
314
314
315
315
Optional parameters:
316
+
- `model` (str): The name of the model to use. Defaults to `aurora`.
316
317
- `seed` (int): The seed used to specify a different take. Defaults to random.
317
318
- `format` (str): The audio format to use for synthesis. Defaults to `mp3`.
318
-
- `sample_rate` (int): 8000, 16000, or 24000 – the desired output sample rate. Defaults to 24000 for all formats except `mulaw` which defaults to 8000.
319
+
- `sample_rate` (int): 8000, 16000, or 24000 - the desired output sample rate. Defaults to 24000 for all formats except `mulaw` which defaults to 8000.
319
320
- `speed` (float): Floating point value between 0.25 (slow) and 2.0 (fast); Defaults to 1.0
320
321
- `return_durations` (bool): If `True`, the response will include word durations detail. Defaults to `False`.
321
322
- `return_seed` (bool): If `True`, the response will include the seed used for synthesis. Defaults to `False`.
0 commit comments