Skip to content

Releases: mativizo/godot-vosk-gdextension

Godot VOSK GDExtention (Voice Recognition) v0.2-dev

12 Mar 15:28
Compare
Choose a tag to compare

Changes:

  • final_result_signal and partial_result_signal removed, instead get_partial_result() and get_final_result() methods added.
  • Code optimization.
  • Handling cleanup.
  • Added switch_model_and_init() to load different model and reinitialize.
  • Added set_accumulate_audio_data switch to enable or disable accumulating gathered audio for WAV file.
  • Added logs system.
  • Added set_logs switch to enable/disable logs.
  • Added few methods to control and get input devices.

Godot VOSK GDExtention (Voice Recognition) v0.1-dev

10 Mar 04:53
Compare
Choose a tag to compare

IT's just a dev build.