node-jack-connector icon indicating copy to clipboard operation
node-jack-connector copied to clipboard

switch from Arrays to TypedArrays in process function

Open NHQ opened this issue 10 years ago • 1 comments

Currently, channel data for input and output are contained in regular Arrays. These should definitely be switched to a JavaScript TypedArrays, ie Float32Array.

NHQ avatar May 11 '15 20:05 NHQ

btw AWESOME MODULE!

these links may be helpful, as this has been a tricky detail in the past

https://github.com/nodejs/io.js/issues/883 https://github.com/nodejs/nan

NHQ avatar May 18 '15 21:05 NHQ