Macoron / whisper.unity

Running speech to text model (whisper.cpp) in Unity3d on your local machine.
MIT License
404 stars 91 forks source link

Whisper model isn't loaded! Init Whisper model first! #101

Open jooscie opened 2 weeks ago

jooscie commented 2 weeks ago

Hello,

I am new to using Unity and I am trying to use Whisper for a project, but I believe my error that "Whisper model isn't loaded" is interfering with some functions when I try to "play" the game. How do I initialize the Whisper model on Unity?

Thank you!

Screen Shot 2024-09-19 at 9 18 27 PM
NguyenVuNguyenPhys commented 6 days ago

If you are using macOS, when you open the project and press play, the system will show a message: ‘libwhisper.dylib cannot be opened because the developer cannot be verified.’ This happens when you play the scene. Just allow it in System Preferences > Privacy & Security under the General tab, and after that, it should work.