KoljaB / RealtimeTTS

Converts text to speech in realtime
1.39k stars 119 forks source link

Daemonize coqui engine output_worker #50

Closed kimjammer closed 3 months ago

kimjammer commented 3 months ago

Daemonize the output worker thread so it exits with main thread.

Hey, I've been using this project and have been loving it so far. I noticed that the output worker thread wasn't daemonized, so it was preventing my program from exiting even after closing all my threads. It seemed to work perfectly fine with this change, but if this was a conscious decision, feel free to reject.

KoljaB commented 3 months ago

Makes perfect sense, thank you.