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
50 stars 5 forks source link

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

Closed Ughuuu closed 5 months ago

Ughuuu commented 7 months ago

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.

fire commented 5 months ago

Is this still a problem?

Ughuuu commented 5 months ago

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