Building Voicevox Editor #955
Replies: 5 comments 1 reply
-
|
As of 0.166.0: Talk Editor:
It looks good! Song Editor:
Also it looks like the hotkey plugin (src/plugins/hotkeyPlugin.ts) or initializer (grep
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
#1016 and #1017 are the last issue as far as I could find in 0.171.0. P.S. Vite HMR is not working on my end somehow. Will send a reproduction |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Vize Voicevox passed all tests! While |
Beta Was this translation helpful? Give feedback.











Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Voicevox Editor is Electron-based Vue application with ~26k of Vue:
This would be a good milestone and real-world example.
Source Code: https://github.com/sevenc-nanashi/voicevox/tree/feat/vize (Compare)
Vue reference: https://voicevox.github.io/preview-pages/preview/editor/branch-main/editor/index.html
Project Files:
How to run:
pnpm install.env.productionto.envpnpm run browser:servewill launch editor with browser-mode. In this mode you need to launch voicevox engine outside of browser, which is automatically launched aside production voicevox editor.pnpm run electron:servewill launch editor on Electron. You need to editexecutionFilePathin.envto point the path to<the production voicevox>/vv-engine/run. (voicevox editor is installed under$env:LOCALAPPDATA/Programs/voicevoxon Windows,~/.local/share/voicevoxon Linux iirc)Beta Was this translation helpful? Give feedback.
All reactions