BuildWaveformPeaksOptions
Defined in: processing.ts:342
Properties
Section titled “Properties”channelCount
Section titled “channelCount”
readonlychannelCount:number
Defined in: processing.ts:344
maxPoints?
Section titled “maxPoints?”
readonlyoptionalmaxPoints:number
Defined in: processing.ts:347
onProgress()?
Section titled “onProgress()?”
readonlyoptionalonProgress: (progress) =>void
Defined in: processing.ts:354
Parameters
Section titled “Parameters”progress
Section titled “progress”number
Returns
Section titled “Returns”void
readFrames()
Section titled “readFrames()”
readonlyreadFrames: (startFrame,frameCount,signal?) =>Promise<Float32Array<ArrayBufferLike>>
Defined in: processing.ts:348
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:343
signal?
Section titled “signal?”
readonlyoptionalsignal:AbortSignal
Defined in: processing.ts:353
totalFrames
Section titled “totalFrames”
readonlytotalFrames:number
Defined in: processing.ts:345
windowFrames?
Section titled “windowFrames?”
readonlyoptionalwindowFrames:number
Defined in: processing.ts:346