TooTallNate / node-speaker

Output PCM audio data to the speakers
648 stars 145 forks source link

Node.js 12 support #133

Closed fwcd closed 4 years ago

fwcd commented 5 years ago

Migrate V8 API calls and update vulnerable dependencies using npm audit.

For reference: Some of the API changes are described here.

fwcd commented 5 years ago

The PR #120 seems to address the deprecation warnings.

mboxed commented 5 years ago

This PR doesn't seem to have been addressed for a couple of months. Would it be okay to friendly-fork this project with these changes?

cspotcode commented 4 years ago

Any chance we can get a canary / beta / rc build of this published to npm?

EDIT: I published a build myself.

https://npm.im/@cspotcode/speaker

I just pulled the fwcd:master, changed the package name, and ran npm publish. I hope it's useful until the official package is updated.