-
Notifications
You must be signed in to change notification settings - Fork 263
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
Wasm decoding failed #120
Comments
I believe that means pocketsphinx.wasm was not found. You can set the location in your postMessage call: |
@syl22-00 I'm not sure that is the issue because the following suggests it found something in the
Furthermore: |
This is indeed strange, is it a file that you compiled yourself? It does not have the correct header and is only 1.2KB big. The file in the repo is 467kB big. |
Got this same error for the opus-media-recorder library. (this is the only result on the internet for the given "expected magic word..." error message!) For me, the problem was that I was using the following:
Notice that it's rewriting any url's that don't end in the special resource-extensions (html, js, etc.) with the url for the homepage. The problem is that I forgot to add Adding |
|
I am trying to get this up and running and I'm getting the following error:
The only code I have atm is:
All files from the
webapp/js
directory are in my publicjs
directory.Any idea where I am going wrong?
The text was updated successfully, but these errors were encountered: