Connor

Results 44 comments of Connor

I can work on this if you'd like? @dfcreative

I'm just creating a mirror of the mpg123 svn repo to git, so we can easily keep the library up to date, give credit to those who made it and...

Alright, I will look into prebuild and yeah the bindings will be difficult, but it's worth giving it a shot. For windows building maybe this is a temporary fix https://www.npmjs.com/package/windows-build-tools...

I have got a mirror setup now. I will start working on the binding. https://github.com/connorhartley/mpg123

Just some information on what I've done. Basically I have forked mpg123-mirror from my profile to audiojs to make modifications specifically for audio-speaker. Currently binding-implementation compiles on Windows fine. I...

The C++ binding stuff is done, now all we'll need is the JS implementation for this. I'm open to suggestions on implementation. @dfcreative @jamen @ahdinosaur @mmckegg

@dfcreative Yeah I will rebase before I merge to master. I will add the readme very soon, along with instructions for configuring mpg123 a long with build instructions. What version...

@dfcreative Could you paste the whole error (specifically gyps info) as I can't seem to reproduce the error? **EDIT** The latest commit may fix your problem, as the target arch...

@dfcreative did that error get fixed?

@dfcreative have you tried setting the `--target-arch` flag in the build and configure command? e.g `node-gyp configure --target-arch=x64` `node-gyp build --target-arch=x64` If the problem persists please let me know. :smile: