Skip to content

HOSCY Beta v.0.3 Open Beta Build 6

Compare
Choose a tag to compare
@PaciStardust PaciStardust released this 30 Sep 19:16
· 192 commits to main since this release

HOSCY Open Beta

Welcome

Welcome to the 6th open beta version of HOSCY!

If you have any questions or issues, both documentation, and a link to the discord can be found on the main page. The wiki contains all information needed, including a quick start guide.

Important notice for updating

If you have the logging level "Debug" enabled, please recreate your logging filters as internal restructuring has reset them.
Here is a list to copy paste: "/angular", "/grounded", "/velocity", "/upright", "/voice", "/viseme", "/gesture", "_angle", "_stretch"

Changes

+ Implemented Azure Text-to-speech
+ You now get notified on startup if an update is available
+ Typing indicator now disables itself if Textbox is not used, this can be disabled
+ Keyboard shortcut for pausing recognition (Alt+M)
+ OSC Filters are now deemed valid if empty, there is an indicator if a filter is invalid
+ Changes in Translation and OSC config will now prompt an "Unapplied changes" indicator when needed
+ Switched default recognizer back to Vosk, but added a descriptive error when starting without model
+ You can now save multiple Vosk AI models
+ Each recognizer now has a little tool tip
+ Recognizers now display "Starting" when starting up to avoid confusion
+ API options are now both on the API page and on the speech page
+ Errors now are more descriptive
+ Massive API code restructuring (Only using one HttpClient!)