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

Switching to physics process improves performance?! #23

Closed fire closed 6 months ago

fire commented 7 months ago

Really odd

Ughuuu commented 7 months ago

Tested on Mac, there isn't an improvement. But I can leave it to physics perform if it runs faster on windows.

fire commented 6 months ago

I close this because I forgot the exact context.

Ughuuu commented 6 months ago

The context was that if you used in godot physics_process instead of process to call the function that processes the text you got faster/better results(in windows). On Mac I wasn't able to replicate it.