WorkerComputeBackend
Extended by
Section titled “Extended by”Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new WorkerComputeBackend(options?: WorkerComputeBackendOptions): WorkerComputeBackend;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
options | WorkerComputeBackendOptions |
Returns
Section titled “Returns”WorkerComputeBackend
Methods
Section titled “Methods”computeTile()
Section titled “computeTile()”computeTile(request: ComputeTileRequest): Promise<SpectrogramMatrix>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
request | ComputeTileRequest |
Returns
Section titled “Returns”Promise<SpectrogramMatrix>
Implementation of
Section titled “Implementation of”SpectrogramComputeBackend.computeTile
destroy()
Section titled “destroy()”destroy(): void;Returns
Section titled “Returns”void