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

How should I check if the memory occupied by the audio has been released? #233

Open andiven opened 7 months ago

andiven commented 7 months ago

Does the plug-in prevent memory leaks?

I used TTS to continuously request voice and found that the memory kept increasing. How should I check if the memory occupied by the audio has been released?

lucoiso commented 7 months ago

Hi! There was a bug where some tasks were not being set as Ready To Destroy and due to this some resources were not being released. :S

Will submit the fix to marketplace soon.