Closed MatthewJSalerno closed 2 years ago
I'll have look, thanks.
Should be fixed, fill free to reopen if you still having an issue. Images are in building process, they should be available during the night.
It worked perfectly as long as you create the ~/mycroft-mimic3-voices directory (which is expected).
Thanks
Thanks for the confirmation. The ~/mycroft-mimic3-voices
directory creation is part of the README.md
.
I didn't build my own containers, I used the dockerhub images. This is my untested method to get mimic3 working with these images and the logic is sound. I should probably fork, but I'm on a time crunch and need to get it out of my head sooner than later and the time to build on my system is pathetic.
/audio/Dockerfile - Create the voices target directory otherwise permissions get all messed up if the path doesn't exist within the image before a volume mount.
.env && .env-raspberrypi
MIMIC3_MODELS_FOLDER=~/mycroft-mimic3-models/voices
On host
mkdir -p ~/mycroft-mimic3-models/voices/
docker-compose.yml
For the first time startup, the user will need to download the voice they want. You can clone the Mimic3 repo but it's going to consume quite a bit of space. I just download the 1 voice I liked.
docker exec -it mycroft_audio mimic3-download en_US/vctk_low
With the above setup and the following mycroft.conf, Mimic3 should be working perfectly.