-
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
Standalone browser bundled version #4
base: main
Are you sure you want to change the base?
Conversation
@StoneCypher #1 requests a working example. That's what the script does is bundle all assets and produces a WAV file. Did you run the code? |
The entire point of the issue that I opened is that a product does better when someone doesn't have to download and run it to evaluate the quality |
If you run this from a GH Pages you are literally downloading the source code and running the code in the browser. I put together example/browser-standalone-bundle.js for hackers to hack, developers to develop, in the browser, standalone, no
Here you go d840dad. GH Pages published: https://guest271314.github.io/vits-web/ |
I'll probably add encoding to WebM, MP3, and raw Opus packets using WebCodecs and Media Capture Transform, e.g., https://github.com/guest271314/WebCodecsOpusRecorder, and to a live |
Fixes #1 and #2.