menip / godot_speech_to_text

Speech to text module for Godot 3
https://samuraisigma.github.io/godot-docs/doc/community/tutorials/misc/speech_to_text.html
MIT License
34 stars 2 forks source link

Editor issues #3

Open Gamemap opened 3 years ago

Gamemap commented 3 years ago
  1. You can't set the STTConfig files via the filemanager, because the star and dot in front of the filetype is missing.
  2. In STTRunner node there is a field for queue but you can't use it. When clicking STTQueue this error appears: godot-speech-to-text-error6
  3. Special characters like ä, ö, ü and ß (in German) are skipped or have this: ° spaß -> spa゚ glück -> glck
  4. If you stop the program with the editor (F5), the user://stt files are not deleted. If you close it with the X only these files aren't deleted. Is this intended?