This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Releases: lucoiso/UEAzSpeech
Releases · lucoiso/UEAzSpeech
v1.6.19
AzSpeech v1.6.18
v1.6.17
What's Changed
- Slate adjustments by @lucoiso in #223
- New Feature: Keyword Recognition by @lucoiso in #225
- UE5.3 by @lucoiso in #236
- SDK Update + Checks by @lucoiso in #239
- Fix bug: Some tasks were not being set as ready to destroy by @lucoiso in #240
- Fix audio config checking by @lucoiso in #245
Full Changelog: v1.6.10...v1.6.17
AzSpeech v1.6.16
Changes
- Export subsystem
AzSpeech v1.6.15
Some adjustments related to performance:
- Parameters by reference
- Fix task freezing the editor
Fix crash:
- Fix crash due to invalid audio config
Update SDK to v1.33.0
AzSpeech v1.6.14
AzSpeech v1.6.13
Changes
- Remove unnecessary references
- Adjust string conversion
- Set tasks as ready to destroy
- Force thread destruction when a task finishes
- Set runnable as unique pointer and reset it when the task is marked as ready to destroy
- Add check to avoid crashes due to null audio config
- Update SDK to v1.32.1 (https://learn.microsoft.com/en-us/azure/ai-services/speech-service/releasenotes?tabs=speech-sdk#speech-sdk-1321-september-2023-release)
Related Issues
AzSpeech v1.6.12
Changes
- Reorganize folder structure
- Feature: Keyword Recognition
AzSpeech v1.6.11
Changes
- Slate Adjustments
AzSpeech v1.6.10
Changes
- Added an engine subsystem to register the tasks in progress for future managements + Helper Functions.
- Added execution queues to the subsystem (supporting audio queue).
- Fixed marketplace publication (UE5.2)
- Changed raw pointers to TWeakObjectPtr to avoid leaks.
- Fixed audio component delegate causing a crash when try to clean.
- Update SDK to v1.31.0.
-> Demo Updated: https://github.com/lucoiso/UEAzSpeechSampleProject/releases/tag/v1.0.0