voices
constvoices:object
Defined in: voices.ts:21
Named voices available for use with createCaptions.
Voices are grouped by language. Only voices belonging to a language may be
used with captions written in that language — the TypeScript types enforce
this when using the multi-language overload of createCaptions.
The actual provider voice IDs are intentionally kept out of this package and are only known to the rendering infrastructure.
Example:
import { voices } from 'screenci'
createCaptions({ en: { voice: voices.en.Ava, captions: { intro: 'Hello' } }, fi: { voice: voices.fi.Selma, captions: { intro: 'Hei' } },})Type Declaration
Section titled “Type Declaration”
readonlyen:object
en.Adam
Section titled “en.Adam”
readonlyAdam:"en.Adam"
en.Alloy
Section titled “en.Alloy”
readonlyAlloy:"en.Alloy"
en.Andrew
Section titled “en.Andrew”
readonlyAndrew:"en.Andrew"
en.Aria
Section titled “en.Aria”
readonlyAria:"en.Aria"
en.Ava
Section titled “en.Ava”
readonlyAva:"en.Ava"
en.Bree
Section titled “en.Bree”
readonlyBree:"en.Bree"
en.Brian
Section titled “en.Brian”
readonlyBrian:"en.Brian"
en.Davis
Section titled “en.Davis”
readonlyDavis:"en.Davis"
en.Emma
Section titled “en.Emma”
readonlyEmma:"en.Emma"
en.Emma2
Section titled “en.Emma2”
readonlyEmma2:"en.Emma2"
en.Jane
Section titled “en.Jane”
readonlyJane:"en.Jane"
en.Jude
Section titled “en.Jude”
readonlyJude:"en.Jude"
readonlyfi:object
fi.Martti
Section titled “fi.Martti”
readonlyMartti:"fi.Martti"
fi.Noora
Section titled “fi.Noora”
readonlyNoora:"fi.Noora"
fi.Selma
Section titled “fi.Selma”
readonlySelma:"fi.Selma"