Small experimental HTTP server for synthesizing strings in the International Phonetic Alphabet. Currently, it calls eSpeak-NG for speech synthesis.
$ git clone https://github.com/brawer/ipa-speaker.git ; cd ipa-speaker
$ docker build -t ipa-speaker .
$ docker run -p 8080:80 -it ipa-speakerThis will serve queries like /speak?q=ʃtrɛkə&lang=de-CH from localhost on port 8080.