Skip to content

Interface: OpenSpeechSessionResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Speech / OpenSpeechSessionResponse

Interface: OpenSpeechSessionResponse

Defined in: src/types/speech.ts:103

An opened speech session (OpenSpeechSessionResponse on the wire).

Properties

engine

engine: string

Defined in: src/types/speech.ts:105

Engine that will serve it.


fullDuplex

fullDuplex: boolean

Defined in: src/types/speech.ts:107

Whether acoustic barge-in is supported (false for cascade).


inputSampleRate

inputSampleRate: number

Defined in: src/types/speech.ts:109

Audio the client should SEND: 16-bit LE PCM at this rate, mono.


sessionId

sessionId: string

Defined in: src/types/speech.ts:111

Correlation id for this session (also logged server-side).


wsUrl

wsUrl: string

Defined in: src/types/speech.ts:113

Path to connect the media WebSocket to, query string included.