Interface: MicAudioSourceOptions
Defined in: mic/index.ts:73
Properties
deviceId?
optionaldeviceId?:string
Defined in: mic/index.ts:75
A specific input device (from listMicrophones / MicPicker).
frameMs?
optionalframeMs?:number
Defined in: mic/index.ts:77
Frame size in ms. Default DEFAULT_MIC_FRAME_MS.
workletUrl?
optionalworkletUrl?: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).