mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
fix: add pace option in sarvam tts config (#447)
* fix: add pace option in sarvam tts config * fix: generate client
This commit is contained in:
parent
e79cb42f31
commit
a2d9ed24ed
4 changed files with 61 additions and 5 deletions
|
|
@ -4750,6 +4750,12 @@ export type SarvamTtsConfiguration = {
|
|||
* BCP-47 Indian-language code (e.g. hi-IN, en-IN).
|
||||
*/
|
||||
language?: string;
|
||||
/**
|
||||
* Speed
|
||||
*
|
||||
* Speech speed multiplier.
|
||||
*/
|
||||
speed?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue