Packages@robojs/ai
VoiceChatOptions
Interface: VoiceChatOptions
Additional configuration applied when orchestrating a voice-enabled chat.
Properties
| Property | Type | Description |
|---|---|---|
channels? | number | Number of audio channels supplied by the caller. |
conversationId? | null | string | Conversation identifier for persisted voice transcripts. |
sampleRate? | number | Sample rate of inbound audio frames. |
sessionId? | null | string | Identifier of the active voice session. |
strategy? | VoiceEndpointingStrategy | Endpointing strategy controlling speech detection. |
transcript? | VoiceTranscriptSegment[] | Existing transcript segments to seed the session. |
