chengsokdara / use-whisper

React hook for OpenAI Whisper with speech recorder, real-time transcription, and silence removal built-in
MIT License
735 stars 139 forks source link

Module not found @ffmpeg/core #19

Open xkrsz opened 1 year ago

xkrsz commented 1 year ago

I've had an issue running this and had to add @ffmpeg/core as a dependency to fix. Should this be added as a library dependency?

rapiz1 commented 1 year ago

I believe this should be added as a dep.

From https://www.npmjs.com/package/@ffmpeg/ffmpeg I see the instruction is

npm install @ffmpeg/ffmpeg @ffmpeg/core