AzSpeech v1.3.0 pre-release 2
- Release: AzSpeech v1.3.0 pre-release 2 (github.com)
- Pull request: v1.3.0 by lucoiso · Pull Request #51 · lucoiso/UEAzSpeech · GitHub
New features
Recognition Map Check adjustments
- The function is now a Async Task and run in a background thread
- Now this function will try to check the exact word instead only checking if the input string contains a substring by using String Delimiters to validate the word range
Phrase Lists Map
The plugin now supports inserting data into phrase list grammar at runtime!
About phrase lists: Improve recognition accuracy with phrase list - Azure Cognitive Services | Microsoft Learn
Changes
- Set some functions from UAzSpeechHelper as BlueprintCallable instead BlueprintPure
- Fix broadcast in thread exit
- Adjust logs & prints
- Add new properties to Recognition Map
- Optimize includes
- Update SDK to 1.24.2
Notes:
- More information about recognition map is coming.
- More information about phrase list map is coming.
- AzSpeech.zip is working in both UE4.27, UE5.0 and UE5.1
Full Changelog: Comparing v1.3.0-pre-1...v1.3.0-pre-2 · lucoiso/UEAzSpeech · GitHub