node-sdlmixer
node-sdlmixer copied to clipboard
[Question] Does this work on node 0.6?
Would like to use it on 0.6 but the npm version is set to 0.4.
I have not tested it on 0.6 yet, I suspect it might need to be rewritten to use the libuv api instead of the libev async code. I accept patches if you get it working ;)
Here's my patch for this: https://github.com/japj/node-sdlmixer/pull/17