Page MenuHomePhabricator

Mary TTS STTS has a hardcoded dependency to Mishkal on localhost:8080
Closed, ResolvedPublic1 Estimated Story Points

Description

Make this a parameter or environment env so we can run Mishkal on an alternative server/container than Mary TTS.

Event Timeline

kalle set the point value for this task to 1.Mar 25 2020, 7:36 AM

I've created a pull request for the project. It picks up environment variable MARY_TTS_MISHKAL_URL and defaults to http://localhost:8080 if not set or if it's a bad URL. Adds trailing / to URL if missing. Messages are sent to stderr.

https://github.com/stts-se/marytts/pull/4

Travis is failing, but it doesn't seem related to my suggested patch.

When this is accepted to the Git repo I can commence implementing the Mary TTS and Mishkal Blubber as two separate services.