lucoiso / UEAzSpeech

This plugin integrates Azure Speech Cognitive Services in Unreal Engine.
https://forums.unrealengine.com/t/free-azspeech-plugin-async-text-to-voice-and-voice-to-text-with-microsoft-azure/495394
MIT License
178 stars 41 forks source link

AzSpeech v1.6.13 #241

Closed lucoiso closed 7 months ago

lucoiso commented 7 months ago

Changes

  1. Remove unnecessary references
  2. Adjust string conversion
  3. Set tasks as ready to destroy
  4. Force thread destruction when a task finishes
  5. Set runnable as unique pointer and reset it when the task is marked as ready to destroy
  6. Add check to avoid crashes due to null audio config
  7. 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