Closed jackschedel closed 10 months ago
this has the same issue on yarn electron
, but not the built version. Strange.
@jackschedel This issue is because of vite dependency optimization. lamejs
(CJS dependency used by useWhisper) is being excluded.
This issue only exists on dev server. Production server is working as expected.
Should I create a pull request to fix this in the dev server?
This will also fix yarn electron
@HritikR that would be amazing, thanks.
fixed in #98 thanks Hritik!
(Whisper is currently disabled on the website because it doesn't work properly. Remove the
isElectron() &&
on line 266 of EditView.tsx to enable it on the website.)Electron:
Website: