Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Releases: lucoiso/UEAzSpeech

AzSpeech v1.6.9

10 Aug 18:17
Compare
Choose a tag to compare

Changes

  • Update SDK to v1.31.0
  • Release to force marketplace update.
  • Remove logs from constexpr functions to force update for android platform

AzSpeech v1.6.8

18 Apr 14:24
2dc856d
Compare
Choose a tag to compare
  • Pull Request: #195

image

Changes

  • New functions: Get Audio Duration & Get Recognition Duration
  • Initialize Synthesis Latency Properties
  • UE5.2 Support (2dc856d)
  • Force Marketplace Update

Post Commits

  1. 38c433c
  2. a2970e6
  3. c6d06f1
  4. 1359429

AzSpeech v1.6.7

14 Apr 14:28
81d392e
Compare
Choose a tag to compare
  • Pull Request: #193

Changes

  • Disconnect signals before trying to end the task to avoid undesired updates while closing the connection
  • Move Recognition Started delegate broadcast to a new signal callback: Session Started

AzSpeech v1.6.6

13 Apr 21:16
b6b0be8
Compare
Choose a tag to compare

Changes

  • Update Azure SDK to v1.27.0
  • Adjust MacOS libraries [Experimental]

AzSpeech v1.6.5

29 Mar 16:57
37ff9be
Compare
Choose a tag to compare
  • Pull Request: #179

Changes

  • Adjust Audio Generator Tool internal notifications
  • Add new C++ functions to call editor tasks
  • Add new property to identify editor tasks and apply or not flags / End PIE binding
  • Set editor tasks & editor internal getter object to receive the RF_Standalone flag to avoid being destroyed when editor context changes
  • Add missing scope in recognition final broadcast caller function: Fix recognition completed not being called

Notes

  • Some changes fix the bug related to the editor tasks being canceled when these situations occur: Save, Play PIE or End PIE.

AzSpeech v1.6.4

28 Mar 20:19
28df7ef
Compare
Choose a tag to compare
  • Pull Request: #173

Changes

  • Create new structures: FAzSpeechSubscriptionOptions, FAzSpeechRecognitionOptions & FAzSpeechSynthesisOptions
  • Change members of FAzSpeechSynthesisOptions to use the new structures
  • Change tasks w/ custom options param to use FAzSpeechSubscriptionOptions & (FAzSpeechRecognitionOptions | FAzSpeechSynthesisOptions)
  • Separate options per task type
  • Recognitions tasks now store FAzSpeechSubscriptionOptions + FAzSpeechRecognitionOptions
  • Synthesis tasks now store FAzSpeechSubscriptionOptions + FAzSpeechSynthesisOptions
  • Add new options: Language Identification Mode
  • Adjust Audio Generator Tool Data Updates

Notes

  • Some changes will break some input params of tasks with custom options due to the different structure type and addition of one more param: Theses tasks will now receive Subscription Options + Recognition|Synthesis Options

Screenshots

New Structures & Modified Task Params + Modified Settings/Options

image

Settings Page

image

Known Issues

Regressions

  1. Recognition Completed event not being called

AzSpeech v1.6.3

24 Mar 23:05
e20f789
Compare
Choose a tag to compare
  • Pull Request: #168

Changes

  • Add endpoint validation (Fix: UE5.0 setting bUsePrivateEndpoind always to true and crashing if has empty value)
  • Remove some unnecessary properties & functions
  • Adjust includes & remove unnecessary
  • Remove unnecessary async calls in broadcast of some tasks (they're already being called in the game thread)

AzSpeech v1.6.2

23 Mar 15:49
215de24
Compare
Choose a tag to compare
  • Pull Request: #165

Changes

  • Fix module availability checking on Sound Wave generation
  • Adjust categories of helper functions (adding sub-categories to them)
  • Rename OutputModulePath param to OutputModule
  • Add new functions: Get Plugin Name, Get Plugin Version + Is Content Module Available + Cast to AzSpeech Task Base

New Sample Project

image

AzSpeech v1.6.1

22 Mar 14:59
5cf13d6
Compare
Choose a tag to compare
  • Pull Request: #162

Changes

AzSpeech v1.6.0

20 Mar 01:02
2348d80
Compare
Choose a tag to compare
  • Pull Request: #157

Changes

  • Settings related to tasks behaviors and characteristics are now mutable: You can change it at runtime
  • All Azure related tasks now accept Custom Options: All tasks have 2 versions (with Default Options & with Custom Options)
  • Some FStrings properties were transformed into FNames
  • Updated Azure Speech SDK to v1.26.0
  • Add new setting: Enable Debugging Prints
  • Move debugging prints to recognition& synthesis task base
  • Add latency properties to tasks: Exposed with getters + Shown at debugging log & print
  • Add new functions
  • Add missing _API macro to structures

Screenshots

Debugging Logs: Recognition

image

Debugging Logs: Synthesis

image

2 Versions of each Task

image

Mutable Settings: Default Options

image

Separated by Categories

image

More Functions: Get Latency Informations

image

image

More Functions: Get Extracted Animation directly from the Task

image

Settings Page

image