-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
@remotion/whisper-web
: fix package not working in Vite and upgrade whisper.cpp
to 1.7.5
#5302
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
Conversation
…ze whisper wasm output
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@remotion/whisper-web
fixes and refines@remotion/whisper-web
: fixes and refines
…support/whisper-web-refine
@remotion/whisper-web
: fixes and refines@remotion/whisper-web
: fix package not working in Vite, upgrade to whisper 1.7.5, refactor
After a long investigation, I've decided to leave a note in the docs about Vite instead of patching the compiled Simplified, the current problem looks like this:
So, it's just that Vite dep optimizer doesn't support this. For now, let's recommend using Hopefully, this will be fixed on the Vite side in the future. Leaving the list of issues here for reference:
|
@remotion/whisper-web
: fix package not working in Vite, upgrade to whisper 1.7.5, refactor@remotion/whisper-web
: fix package not working in Vite and upgrade whisper.cpp
@remotion/whisper-web
: fix package not working in Vite and upgrade whisper.cpp
@remotion/whisper-web
: fix package not working in Vite and upgrade whisper.cpp
to 1.7.5
Thank you! |
worker.js
filemoduleOverrides
, override directly on initialization usingcreateModule
constructorTest with Vite to resolve Compiled code using pthreads breaks Vite bundler emscripten-core/emscripten#22394