read Float32Array from file #429
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 1 comment
-
Posted at 2015-06-15 by @gfwilliams Do you know the length? What you're doing is fine, but I'd be tempted to just read the whole thing (or at least big chunks) into memory and use views to read it directly:
By using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-06-15 by JumJum
Is there a better way to read data from a file into Float32Array than this ?
Beta Was this translation helpful? Give feedback.
All reactions