MycroftAI / docker-mycroft

Mycroft Development Environment inside Docker!
97 stars 63 forks source link

Add instructions for setting up TTS #57

Closed jpsamaroo closed 4 years ago

jpsamaroo commented 4 years ago

In order to make TTS work on docker-mycroft, I had to first use scripts/install-mimic.sh, and the add the created directory to my PATH. It would be great if this were mentioned in the README.

TheLastProject commented 4 years ago

It seems better if the Docker image would do this itself. How would I be able to test if this works? The device I run Docker on sadly doesn't have any speaker.

forslund commented 4 years ago

I setup a mycroft-desktop packaging repo once. There was no real interest in the Mycroft-core package so that hasn't been maintained but there is a mimic package there for x86_64 (built on ubuntu 18.04) we could see if that works on the docker image?

TheLastProject commented 4 years ago

Sounds good to me but my issue is that I'll need to know how I can confirm it is working

forslund commented 4 years ago

The basics can be tests by invoking the mimic commandline and having it write a wav to disk. Ensuring audio out may be delegated to me / a community member. If that's good enough for you.

TheLastProject commented 4 years ago

Fixed by #58.