Interface: AudioOutputConfig
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:259
Defines configuration for audio output (Text-to-Speech).
Export
AudioOutputConfig
Properties
customParams?
optionalcustomParams:Record<string,any>
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:266
format?
optionalformat:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:264
languageCode?
optionallanguageCode:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:265
provider
provider:
string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:260
textToSpeak
textToSpeak:
string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:262
url?
optionalurl:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:263
voiceId?
optionalvoiceId:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:261