Skip to content

Interface: CreateSttOptions

Defined in: stt.ts:33

Properties

audio?

optional audio?: AudioSource

Defined in: stt.ts:36

Absent = the caller appends PCM itself (SttHandle.appendAudio).


callbacks?

optional callbacks?: Partial<SttCallbacks>

Defined in: stt.ts:38

Creation-time observers; subscribe is the dynamic alternative.


transport

transport: SttTransport

Defined in: stt.ts:34