rhasspy / piper

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

No Thread Limit #589

Open omer0909 opened 2 months ago

omer0909 commented 2 months ago

When the CPU is doing inference, it uses all threads because there is no thread limit. Therefore, other critical applications running in the system are blocked.

Solution suggestion:

./piper --thread-limit <size>