I'm not sure if this is a node-webkit issue or not.
I am able to run the sine example without issue as a standalone script on Node v5.1.0.
If I put that same code and run it as part of an NW app, I am unable to hear sound. The read function defined in the example does not get called.
Sound played through the browser (via Audio or AudioContext) works without issue.
Is there anything prohibitive about using this lib within NW?
I'm not sure if this is a node-webkit issue or not. I am able to run the sine example without issue as a standalone script on Node v5.1.0. If I put that same code and run it as part of an NW app, I am unable to hear sound. The read function defined in the example does not get called. Sound played through the browser (via Audio or AudioContext) works without issue.
Is there anything prohibitive about using this lib within NW?