I am on Piper addon 1.6.4 and there is a CLI that allows me to perform a simple TTS operation by sending text strings directly to the docker container on port 4545 via netcat, and it returns a WAV file. Works great and I don't have to change docker-compose or add any additional services running on the addon_core_piper container.
Updating to Piper 2.1.1 removes this CLI, I guess in favor of the webserver. https://github.com/OHF-Voice/piper1-gpl/blob/main/docs/API_HTTP.md
But there is no python module named piper in the addon docker container.
Is there an existing CLI or server for Piper docker addon that is accessible from Home Assistant?
I am looking for the easiest path to just create WAV files from text strings.
Thanks.