-
Notifications
You must be signed in to change notification settings - Fork 3
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
use forked node-speaker implementation with warning log removed #500
base: dev
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Why not include the library into |
This is a good PR but we should probably ingest the change into the monorepo rather than depending on a |
|
will have to fix build deps, moving to draft for now |
This PR removes the buffer underflow warning originating from the node-speaker's coreaudio.c implementation.
The update includes using our own forked repo with only the warning code line being commented out, the forked Repo is found here:
https://github.com/UpstreetAI/node-speaker
Some package-lock updates are not directly associated with this update as they were integrated by running npm i before updating the speaker dep in package.json. (mostly ora package updates)