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

Add dropdown for language selection #17

Closed Ughuuu closed 7 months ago

Ughuuu commented 7 months ago

Hard to add it to the original node written in cpp, as it doesnt yet support documentation. Creating a higher level node in GDScript, CaptureStreamToText that receives a reference to SpeechToText and has a dropdown to language selection. Also will handle getting the captureStream and call the conversion every some time.