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

Switching to physics process improves performance?!

fire opened this issue · comments

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

I close this because I forgot the exact context.

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.