yacineMTB / talk

Let's make sand talk
587 stars 43 forks source link

Running Piper through a Docker container #44

Closed rudolfolah closed 1 year ago

rudolfolah commented 1 year ago

a question on the Piper repo from @ishan0102 https://github.com/rhasspy/piper/pull/109#issuecomment-1627550520

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

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