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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Look into the memory allocation and check so that we dont use it 2 times

Ughuuu opened this issue · comments

Since we now load as a resource the model, it could be that both godot and whisper would hold a reference to the model, which would lead to 2x memory usage. Look into it.

Is this still a problem?

Nope. Now we only hold in memory the path to the resource.