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

use forked node-speaker implementation with warning log removed #500

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Conversation

AbdurrehmanSubhani
Copy link
Contributor

@AbdurrehmanSubhani AbdurrehmanSubhani commented Nov 11, 2024

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)

Copy link

vercel bot commented Nov 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
chat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2024 5:57am
docs ❌ Failed (Inspect) Nov 29, 2024 5:57am

@avaer
Copy link
Contributor

avaer commented Nov 21, 2024

Why not include the library into packages and use file: install?

@avaer
Copy link
Contributor

avaer commented Nov 25, 2024

This is a good PR but we should probably ingest the change into the monorepo rather than depending on a git repo install (as far as I know we do not do this for any modules).

@AbdurrehmanSubhani
Copy link
Contributor Author

This is a good PR but we should probably ingest the change into the monorepo rather than depending on a git repo install (as far as I know we do not do this for any modules).

  • Added the suppressed speaker implementation to usdk/packages/speaker
  • updated the package.json to use the local directory for installation

@AbdurrehmanSubhani
Copy link
Contributor Author

will have to fix build deps, moving to draft for now

@AbdurrehmanSubhani AbdurrehmanSubhani marked this pull request as ready for review November 29, 2024 12:53
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

Successfully merging this pull request may close these issues.

2 participants