Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PABannier/bark.cpp
/ writeString
Function
writeString
examples/wasm/helpers.js:243–247 ·
view source on GitHub ↗
(view, offset, string)
Source
from the content-addressed store, hash-verified
241
return
buffer;
242
243
function
writeString(view, offset, string) {
244
for
(
var
i = 0; i < string.length; i++) {
245
view.setUint8(offset + i, string.charCodeAt(i));
246
}
247
}
248
}
Callers
1
floatToWav
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected