Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch from Arrays to TypedArrays in process function #14

Open
NHQ opened this issue May 11, 2015 · 1 comment
Open

switch from Arrays to TypedArrays in process function #14

NHQ opened this issue May 11, 2015 · 1 comment
Assignees

Comments

@NHQ
Copy link

NHQ commented May 11, 2015

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

@unclechu unclechu self-assigned this May 12, 2015
@NHQ
Copy link
Author

NHQ commented May 18, 2015

btw AWESOME MODULE!

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

nodejs/node#883
https://github.com/nodejs/nan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants