Hello HN -<p>My goal is to have a high-quality open-source text-to-speech engine running on my Mac. Research has led me to evaluate Piper TTS (<a href="https://github.com/rhasspy/piper">https://github.com/rhasspy/piper</a>) - the voices sound good, and it can run on a RaspberryPi. There seems to be a blocker in getting it to run directly on a Mac (this person explains why: <a href="https://www.youtube.com/watch?v=hQe861JElXc" rel="nofollow">https://www.youtube.com/watch?v=hQe861JElXc</a>).<p>So, I've been trying to get Piper to run in a Docker container on my Mac.<p>I've spent all evening trying to get this to work, and haven't succeeded. I can't seem to get the right incantation of Docker files & compose.yml to get it running.<p>Who's been able to get Piper running locally in a Docker container, and can you share guidance?<p>Here are my working notes for Piper & Docker: <a href="https://jonathan.rogivue.net/notes/piper-text-to-speech/" rel="nofollow">https://jonathan.rogivue.net/notes/piper-text-to-speech/</a><p>Thank you!