Skip to content

Releases: evilC/HotVoice

v0.1.4

01 Jul 21:08
d8c3939
Compare
Choose a tag to compare

Added

  • Added support for switching language by calling Initialize with new ID
  • Demo now supports multiple languages
  • Demo has commands for French language

Fixed

  • Fixed issue #3 (Typo in LoadGrammar() in HotVoice.ahk)
  • Demo no longer crashes if language 0 is not English

v0.1.3

11 Dec 19:07
Compare
Choose a tag to compare

Added

  • Add StopRecognizer() endpoint

Culture Optimization

02 Jun 18:04
78e5dc0
Compare
Choose a tag to compare
Culture Optimization Pre-release
Pre-release

No functional changes, just a change to the way the code initializes.
If you have any problems with this release, please try the previous release, and if that works, please let me know.

Non-English language fix

02 Jun 15:31
Compare
Choose a tag to compare
Pre-release
  • Hopefully fix issues with non-English language packs not being usable.
  • Added a fix for Initialize(id) mis-calculating max available IDs and reporting wrong ID
  • Added Unblocker script to easily unblock DLLs, README simplified
  • Demo script now exits (Meaning DLL gets unloaded) when GUI is closed

HotGrammar Refactor

27 May 18:34
3a22ab9
Compare
Choose a tag to compare
HotGrammar Refactor Pre-release
Pre-release

Completely changed syntax

Choices POC

26 May 18:15
Compare
Choose a tag to compare
Choices POC Pre-release
Pre-release

POC for Choices system.
Allows you to specify parameters which can be passed to your function.
See Choices Example.ahk for example.

Initial Release

25 May 19:22
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
v0.0.3

Merge branch 'master' of https://github.com/evilC/HotVoice