MCPcopy Create free account
hub / github.com/PaulBatchelor/Trio /

Class

web/processor.js:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class TrioProcessor extends AudioWorkletProcessor {
2 constructor(options) {
3 super(options);
4 const wasmBytes = options.processorOptions.wasmBytes;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected