Constructors
constructor
- new ToBuffer(bitDepth?: number): ToBuffer
-
Parameters
-
Default value bitDepth: number = 16
Properties
bitDepth
bitDepth: number
byteDepth
byteDepth: number
scaleFloats
scaleFloats: number
Methods
_transform
- _transform(audio: AudioBuffer, encoding: null, callback: TransformCallback): void
-
Parameters
-
audio: AudioBuffer
-
encoding: null
-
callback: TransformCallback
Returns void