Can Piper run without subprocess/echo? #331
-
Hey guys, Im pretty new to programming and stuff so sorry if this is a stupid question. I wanted to create a webapp that allows me to create TTS files from anywhere. I realized while locally it seems pretty easy, the echo/subprocess stuff seems to not be allowed on most app/engine/cloud sites due to security reasons. Is there a way to change the code that instea of getting a echo / -f filexport to somehow run it inside of python memory so to say? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes! You can see an example here: https://github.com/rhasspy/piper/tree/master/src/python_run |
Beta Was this translation helpful? Give feedback.
Yes! You can see an example here: https://github.com/rhasspy/piper/tree/master/src/python_run