Potential fix for #7
This commit is contained in:
@@ -8,6 +8,7 @@ let processorURL = URL.createObjectURL(new Blob(['(', (() => {
|
||||
this.buffer = new Float32Array(this.maxCount * 128)
|
||||
}
|
||||
process(inputs) {
|
||||
if(!inputs[0][0]) return true
|
||||
this.buffer.set(inputs[0][0], this.count * 128)
|
||||
this.count++
|
||||
if(this.count >= this.maxCount) {
|
||||
|
||||
Reference in New Issue
Block a user