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

Fix thread finish bug #46

Closed aiaimimi0920 closed 4 months ago

aiaimimi0920 commented 5 months ago

worker.wait_to_finish() seems to trigger a crash. But I don't know the reason. If you click the stop button, you will test for a crash.

  1. But I'm not sure if not calling "wait_to finish" can properly clean up the original thread object?
Ughuuu commented 4 months ago

Closing in favour of https://github.com/V-Sekai/godot-whisper/pull/36