Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mattdiamond/Recorderjs
/ initBuffers
Function
initBuffers
lib/recorder.js:126–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
}
125
126
function
initBuffers() {
127
for
(
var
channel = 0; channel < numChannels; channel++) {
128
recBuffers[channel] = [];
129
}
130
}
131
132
function
mergeBuffers(recBuffers, recLength) {
133
var
result =
new
Float32Array(recLength);
Callers
4
init
Function · 0.85
clear
Function · 0.85
init
Method · 0.85
clear
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected