Skip to content

Interface: MicAudioSourceOptions

Defined in: mic/index.ts:73

Properties

deviceId?

optional deviceId?: string

Defined in: mic/index.ts:75

A specific input device (from listMicrophones / MicPicker).


frameMs?

optional frameMs?: number

Defined in: mic/index.ts:77

Frame size in ms. Default DEFAULT_MIC_FRAME_MS.


workletUrl?

optional workletUrl?: string

Defined in: mic/index.ts:80

Load the worklet module from this URL instead of a blob: of MIC_WORKLET_SOURCE (MV3 CSP — see the module header).