A quick and dirty text-to-speech server designed to be deployed on a small, trusted network.
cpanm Task::Plack Speech::eSpeak
plackup
(turn speakers on)
curl -s http://127.0.0.1:5000/talky?tosay=Hello > /dev/null
This is probably full of security holes.
Everything in this repository is released into the public domain as explained in the CC0 license.