design change

This commit is contained in:
msqr1
2024-01-31 10:40:05 -08:00
parent 4fc670f2b8
commit f7acda0006
14 changed files with 355 additions and 251 deletions

View File

@@ -13,14 +13,13 @@ if(typeof BRProcessor === "undefined") {
break
case "deinit":
this.done = true
break
}
}
}
process(inputs, outputs, params) {
if(this.done) return false;
this.wasmMem.set(inputs[0].getChannelData(this.channel));
this.recognizerPort.postMessage(".") // Basically an empty message
this.recognizerPort.postMessage(".")
outputs = inputs
return true
}