TooTallNate / node-speaker

Output PCM audio data to the speakers
650 stars 147 forks source link

use node-pre-gyp to improve experience #89

Closed MylesBorins closed 5 years ago

MylesBorins commented 8 years ago

would you have any interest in adding node-pre-gyp? It allows you to build binaries for various deployment targets and pre publish them online, allowing individuals to not have to compile locally.

I'd be up for putting together a PR if you are open to review / merging a feature like this.

TooTallNate commented 8 years ago

I wouldn't be necessarily against it. node-pre-gyp uses S3 right… who pays for the bandwidth?

MylesBorins commented 8 years ago

it seems to be sponsored by mapbox.

TooTallNate commented 8 years ago

I see. Patches welcome!