This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Releases: lucoiso/UEAzSpeech
Releases · lucoiso/UEAzSpeech
AzSpeech v1.6.9
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
AzSpeech v1.6.7
- 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
Changes
- Update Azure SDK to v1.27.0
- Adjust MacOS libraries [Experimental]
AzSpeech v1.6.5
- 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
- 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
Settings Page
Known Issues
Regressions
AzSpeech v1.6.3
- 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
- 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
AzSpeech v1.6.1
- Pull Request: #162
Changes
- Move tasks update back to Game Thread to avoid delays in getters after a broadcast
- Reorder settings initialization
- Implement a template function (protected - not exposed) to get speech result properties
AzSpeech v1.6.0
- 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