bodhi-realtime-agent / CartesiaTTSConfig
Interface: CartesiaTTSConfig
Defined in: transport/cartesia-tts-provider.ts:8
Configuration for the Cartesia TTS provider.
Properties
apiKey
apiKey:
string
Defined in: transport/cartesia-tts-provider.ts:10
Cartesia API key. Required.
emotion?
optionalemotion:string[]
Defined in: transport/cartesia-tts-provider.ts:20
Emotion tags (e.g. ['cheerful', 'friendly']). Default: [].
language?
optionallanguage:string
Defined in: transport/cartesia-tts-provider.ts:16
ISO 639-1 language code (e.g. 'en'). Default: 'en'.
modelId?
optionalmodelId:string
Defined in: transport/cartesia-tts-provider.ts:14
Model identifier. Default: 'sonic-2'.
speed?
optionalspeed:number|"normal"|"slowest"|"slow"|"fast"|"fastest"
Defined in: transport/cartesia-tts-provider.ts:18
Speech speed control. Default: 'normal'.
voiceId
voiceId:
string
Defined in: transport/cartesia-tts-provider.ts:12
Cartesia voice ID. Required.