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

Crash after TTS sound #215

Closed Yak0vkaSup closed 9 months ago

Yak0vkaSup commented 11 months ago

Hello again. I have got an issue that game crashes after tts prononciation here is the end of the logs before crash image UnrealExamples.log

Yak0vkaSup commented 11 months ago

And actually it crashes after speech recognition also. I tried custom settings, default settings but it crashes

lucoiso commented 9 months ago

Changed the broadcast of the result of synthesizer tasks: The tasks were never being ready to destroy and the unbind of the AudioComponent delegate was crashing the editor.