A containerized Piper TTS image tailored for the OpenSim AI stack.
1.4K
opensim-piper is a containerized Piper TTS image tailored for the OpenSim AI stack.
It is intended to be used as part of the OpenSim Stack project: "A docker stack to get an AI integrated virtual world up and running in minutes."
8995en_US-lessac-medium (female)en_US-ryan-medium (male)/voices directorypiper-voices -> /voicesBundled default voices are seeded into /voices on startup when they are missing.
docker run --rm \
-e PIPER_HTTP_HOST=0.0.0.0 \
-e PIPER_HTTP_PORT=8995 \
-e PIPER_DEFAULT_VOICE=en_US-lessac-medium \
-p 8995:8995 \
-v piper-voices:/voices \
bithatch/opensim-piper:latest
curl -sS -X POST "http://localhost:8995/tts" \
-H "Content-Type: application/json" \
-d '{"text":"Hello from OpenSim stack."}' \
--output hello.wav
opensim-ai-docker): https://github.com/opensim-stack/opensim-ai-dockeropensim-piper on GitHub: https://github.com/opensim-stack/opensim-piperopensim-console2mcp: https://github.com/opensim-stack/opensim-console2mcpopensim-metaverse2mcp: https://github.com/opensim-stack/opensim-metaverse2mcpopensim-opencode: https://github.com/opensim-stack/opensim-opencodeContent type
Image
Digest
sha256:77cc49a7d…
Size
242.9 MB
Last updated
4 days ago
docker pull bithatch/opensim-piper