Closed snorreks closed 5 months ago
Investigating. I will be slow.
I suspect somehow the shared library isn't being loaded onto your specific linux. "nix" is not a specific Linux distro I am aware of.
The distro is called NixOS, I have a windows laptop as well, i will clone and setup godot there and see if it works there
It is the same problem on Windows 11 Pro
Edit: I got it working on windows now.
Can you join our discord? I'm in a middle of a funk, so there are a few folks here who can help.
After more debugging I found out that it is a Linux only issue related to #73
The SpeechToText class is not found in gd script or when trying to create a new node.
Plugin version: 1.1.0 (release tag from download says 1.0.5, but plugin.cfg says 1.1.0) Godot Engine v4.2.2 OS: Linux (NixOS)
Steps to reproduce:
I also tried to update the imports in godot_whisper.gdextension and include it in project.godot but that did not work either.
project.godot
addons/godot_whisper/godot_whisper.gdextension
Folder structure
Minimal reproducible repo: https://github.com/snorreks/godot-whisper-bug_SpeechToText_base_class