[FREE] AzSpeech plugin: Text-to-Speech, Speech-to-Text and more with Microsoft Azure Cognitive Services

AzSpeech v1.3.0 pre-release 2

New features

Recognition Map Check adjustments

  1. The function is now a Async Task and run in a background thread
  2. 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

3 Likes