Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does Not Work With Node.js 15+ #163

Closed
hellometa opened this issue Jun 15, 2021 · 3 comments
Closed

Does Not Work With Node.js 15+ #163

hellometa opened this issue Jun 15, 2021 · 3 comments

Comments

@hellometa
Copy link

Attempts to use node-speaker with Node.js 15.x.x and 16.x.x fail. There is no error but the call to node-speaker returns immediately. Tried installing after a clean install of 16.x.x, with build tools, and there was no change. Node.js 14.x.x and earlier still work fine. Not sure if it is an issue with node-gyp or some internal change to Node.js starting in 15 that blocks it from working.

@tcollinsworth
Copy link

What OS are you using? Works on Ubuntu 20.04.3 LTS with node 16.13.2.

@hellometa
Copy link
Author

hellometa commented Jan 15, 2022

Windows 10. Tested releases 20H1 and up. Any node.exe prior to 15 works fine. Node's 15, 16 and 17 simply return immediately without any reported error.

UPDATE: Tested with Node.js 18 Nightly and does not work on Windows 10.

@hellometa
Copy link
Author

Problem turns out not to be with speaker. Problem is in a module passing streaming data via pipe to speaker. That module has broken in Node 15+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants