DetectSilenceOptions
Defined in: processing.ts:430
Properties
Section titled “Properties”channelCount
Section titled “channelCount”
readonlychannelCount:number
Defined in: processing.ts:432
minimumSilenceUs?
Section titled “minimumSilenceUs?”
readonlyoptionalminimumSilenceUs:number
Defined in: processing.ts:435
onProgress()?
Section titled “onProgress()?”
readonlyoptionalonProgress: (progress) =>void
Defined in: processing.ts:444
Parameters
Section titled “Parameters”progress
Section titled “progress”number
Returns
Section titled “Returns”void
paddingUs?
Section titled “paddingUs?”
readonlyoptionalpaddingUs:number
Defined in: processing.ts:436
readFrames()
Section titled “readFrames()”
readonlyreadFrames: (startFrame,frameCount,signal?) =>Promise<Float32Array<ArrayBufferLike>>
Defined in: processing.ts:438
Parameters
Section titled “Parameters”startFrame
Section titled “startFrame”number
frameCount
Section titled “frameCount”number
signal?
Section titled “signal?”AbortSignal
Returns
Section titled “Returns”Promise<Float32Array<ArrayBufferLike>>
sampleRate
Section titled “sampleRate”
readonlysampleRate:number
Defined in: processing.ts:431
signal?
Section titled “signal?”
readonlyoptionalsignal:AbortSignal
Defined in: processing.ts:443
thresholdDb?
Section titled “thresholdDb?”
readonlyoptionalthresholdDb:number
Defined in: processing.ts:434
totalFrames
Section titled “totalFrames”
readonlytotalFrames:number
Defined in: processing.ts:433
windowFrames?
Section titled “windowFrames?”
readonlyoptionalwindowFrames:number
Defined in: processing.ts:437