Skip to content

Commit 70f3a68

Browse files
authored
Merge pull request #136 from aimlapi/stelyatko/feat-add-cibevoice-desc
Add vibevoice desc
2 parents 41ed7c6 + 862e98a commit 70f3a68

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/openapi/descriptions/text-to-speech.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,10 @@ export default {
116116
text_normalization: {
117117
desc: `English text normalization support. Improves number-reading but increases latency.`,
118118
},
119+
speakers: {
120+
desc: `List of speakers to use for the script. If not provided, will be inferred from the script or voice samples.`
121+
},
122+
script: {
123+
desc: `The script to convert to speech. Can be formatted with "Speaker X:" prefixes for multi-speaker dialogues.`
124+
}
119125
};

0 commit comments

Comments
 (0)