Also quick question, does this mean piper can only be called by spinning up a docker image and running these commands? Is there a way to get piper into my path so that I can call it from anywhere? I'm trying to get this repo working on my M1 mac: https://github.com/yacineMTB/talk
a question on the Piper repo from @ishan0102 https://github.com/rhasspy/piper/pull/109#issuecomment-1627550520
using the docker commands here: https://github.com/rhasspy/piper/pull/109#issuecomment-1627570141
it's possible that it could work if the command that's run here is updated to use
docker exec piper ...
: https://github.com/yacineMTB/talk/blob/master/src/depedenciesLibrary/voice.ts#L25