rhasspy / piper

A fast, local neural text to speech system
https://rhasspy.github.io/piper-samples/
MIT License
6.73k stars 494 forks source link

There is a memory leak in calling Terminate() within piper #567

Open albassort opened 3 months ago

albassort commented 3 months ago

I am currently writing a program which uses piper's source code, and, if you initialize piper, and terminate it, and do this repeatedly it results in a small leak of around 2264 kb. I will give updates and maybe a PR if I happen to track it down.