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

Expose time it takes to do transcribing #33

Closed Ughuuu closed 4 months ago

Ughuuu commented 6 months ago

Add an api method eg. get last decode time or some decode time average.

Ughuuu commented 4 months ago

this is done, kinda. Now there is one API call that you can easily get time on, no more internal threading.