node-jack-connector
node-jack-connector copied to clipboard
switch from Arrays to TypedArrays in process function
Currently, channel data for input and output are contained in regular Arrays. These should definitely be switched to a JavaScript TypedArrays, ie Float32Array.
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