LogoRobo.js
Packages@robojs/ai

VoiceChatOptions

Interface: VoiceChatOptions

Additional configuration applied when orchestrating a voice-enabled chat.

Properties

PropertyTypeDescription
channels?numberNumber of audio channels supplied by the caller.
conversationId?null | stringConversation identifier for persisted voice transcripts.
sampleRate?numberSample rate of inbound audio frames.
sessionId?null | stringIdentifier of the active voice session.
strategy?VoiceEndpointingStrategyEndpointing strategy controlling speech detection.
transcript?VoiceTranscriptSegment[]Existing transcript segments to seed the session.

On this page