-
Notifications
You must be signed in to change notification settings - Fork 17
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
Get rid of XMLHttpRequest() in piper.js #6
Comments
@k9p5 What is the source code of piper.js? |
There's also references to We're going to need the source code for |
Piper.js is the javascript emscripten output |
Yes. What are the build steps is the question? I think I found the origin of the build steps and your code here rhasspy/piper#352 (comment), then following links here ken107/piper-browser-extension#2 (comment), and here rhasspy/piper#504 (comment). It would be very helpful to publish the source of your code, including the specific Emscripten build steps you used, and where you got the steps from here, so we don't have to search through issues, discussions, blame. I'm getting all sorts of errors trying to reproduce the steps, for the purpose of compiling for |
Here they are: https://github.com/diffusion-studio/piper-wasm |
Those build steps throw errors here
|
I think I've manually gotten rid of
|
This is going to take some work. I'm in to
|
I've bundled onyx-runtimewe.js and piper.js, created a couple standalone versions for the browser, now I'm working on running the code in
node
,deno
,bun
,txiki.js
. piper.js has multiple occurrences ofXMLHttpRequest()
. Get rid of them.The text was updated successfully, but these errors were encountered: