Releases: mativizo/godot-vosk-gdextension
Releases · mativizo/godot-vosk-gdextension
Godot VOSK GDExtention (Voice Recognition) v0.2-dev
Changes:
final_result_signal
andpartial_result_signal
removed, insteadget_partial_result()
andget_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
IT's just a dev build.