Interface: AudioOutputConfig
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:282
Export
Defines configuration for audio output (Text-to-Speech).
Interface
AudioOutputConfig
Properties
customParams?
optionalcustomParams:Record<string,any>
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:289
format?
optionalformat:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:287
languageCode?
optionallanguageCode:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:288
provider
provider:
string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:283
textToSpeak
textToSpeak:
string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:285
url?
optionalurl:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:286
voiceId?
optionalvoiceId:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:284