V-Sekai / godot-whisper

An GDExtension addon for the Godot Engine that enables realtime audio transcription, supports OpenCL for most platforms, Metal for Apple devices, and runs on a separate thread.
MIT License
67 stars 6 forks source link

Export to Meta Quest 3 via OpenXRvendors #77

Open Roho1999 opened 4 months ago

Roho1999 commented 4 months ago

The export itself works, but if I include a Language Model in the SpeechToText-node the scene does not load correctly. The scene is then completely grey, which always happens in VR if some elements of the scene do not load. Is there a good chance the addon will work in VR, or would I need to change a lot for it to work?

Ughuuu commented 4 months ago

Hi, not sure, don't have a Meta Quest 3 to test. @fire ?

fire commented 4 months ago

I think the resource isn’t properly defined for export, so the model is lost

On Mon, Jul 8, 2024 at 1:39 AM Dragos Daian @.***> wrote:

Hi, not sure, don't have a Meta Quest 3 to test. @fire https://github.com/fire ?

— Reply to this email directly, view it on GitHub https://github.com/V-Sekai/godot-whisper/issues/77#issuecomment-2213380636, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAH4QOSWEZEMLKOXCCRHU3ZLJF5JAVCNFSM6AAAAABJV556W6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJTGM4DANRTGY . You are receiving this because you were mentioned.Message ID: @.***>

Ughuuu commented 4 months ago

Why doesn't this happen for other platforms?