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

support to locateFile on initializing audioworklet #22055

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

visla-jiaozebo
Copy link

as using audio worklet, the worker module (.aw.js file) needs to be loaded from the root directory. Perhaps it should be loaded like the wasm or worker, i.e. use locateFile to find its current path?

@sbc100 sbc100 requested a review from juj June 4, 2024 17:03
@sbc100
Copy link
Collaborator

sbc100 commented Jun 18, 2024

I think the problem here with the test failure is that locateFile is not available under MINIMAL_RUNTIME.

@visla-jiaozebo
Copy link
Author

I think the problem here with the test failure is that locateFile is not available under MINIMAL_RUNTIME.

oh, we the outside developers could not see the test results. sure the locateFile could be missing on some conditions which I don't know.

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.

None yet

2 participants