Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brawer/ipa-speaker
HTTP server for speaking out IPA strings
https://github.com/brawer/ipa-speaker
Last synced: 29 days ago
JSON representation
HTTP server for speaking out IPA strings
- Host: GitHub
- URL: https://github.com/brawer/ipa-speaker
- Owner: brawer
- License: mit
- Created: 2018-02-17T12:44:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T12:31:24.000Z (almost 7 years ago)
- Last Synced: 2024-10-13T14:14:46.921Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPA Speaker
Small experimental HTTP server for synthesizing strings in the
[International Phonetic Alphabet](https://en.wikipedia.org/wiki/International_Phonetic_Alphabet). Currently, it calls [eSpeak-NG](https://github.com/espeak-ng/espeak-ng) for speech synthesis.## Build and run
```bash
$ git clone https://github.com/brawer/ipa-speaker.git ; cd ipa-speaker
$ docker build -t ipa-speaker .
$ docker run -p 8080:80 -it ipa-speaker
```This will serve queries like [/speak?q=ʃtrɛkə&lang=de-CH](http://localhost:8080/speak?q=%CA%83tr%C9%9Bk%C9%99&lang=de-CH) from localhost on port 8080.