I'm trying to initialize the Whisper model in Unity (6000.2.1f1) using the library. The console shows the following log:
Requesting default Whisper Context params...
Default Whisper Context params generated!
Trying to load Whisper model from C:/Users/andre/Game_Data/StreamingAssets\ggml-tiny.bin...
After this, no errors or further logs appear, and the initialization seems to hang or silently fail.
System Configuration
- Windows 11 x64
- AMD Ryzen 7 5800H with Radeon graphics 3.20 GHz
- 16 GB RAM
- NVIDIA GeForce RTX 3070 Laptop GPU
Additional Information
- On version 1.3.2 of the library, everything works correctly on the same machine.
- On other computers, the current version works fine.
- The problem occurs only on this particular machine.
Please advise on how to debug or resolve this issue? What else should I check in logs or diagnostics? Any help is appreciated.
I'm trying to initialize the Whisper model in Unity (6000.2.1f1) using the library. The console shows the following log:
After this, no errors or further logs appear, and the initialization seems to hang or silently fail.
System Configuration
Additional Information
Please advise on how to debug or resolve this issue? What else should I check in logs or diagnostics? Any help is appreciated.