Open Source Thai Text to Speech
Update: This project is inactive. Use https://github.com/PyThaiNLP/pythaitts
I build Thai text to speech from Language Resources (Google) tools. You can use Thai TTS in docker
.
Please create a voice dataset and re-train if used for business purposes.
Build own Thai text to speech (Thai language) : https://github.com/wannaphongcom/tts-thai/tree/master/build_docker
by docker :
docker pull wannaphong/thaitts
docker run -d -p 5000:5000 wannaphong/thaitts
Use :
http://127.0.0.1:5000/tts?text=ทดสอบ ระบบ
You must leave spaces between words and you must use Thai words only.
It need to a word segmentation.
SoundCloud : https://soundcloud.com/j5muzwuozouf/sets/thai-tts-1
Source code : licensed under an Apache License, Version 2.0.
Datasets , Data and Docs : licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0).
Thank you VISTEC.
Thank you Google.
Wannaphong Phatthiyaphaibun