PyThaiTTS
v0.3.0
Open Source Thai Text-to-Spech Library in Python
Google Colab | Docs | Notebooks
License: Apache-2.0 License
Install by PIP:
PIP Install Pythaitts
from pythaitts import TTS
tts = TTS ()
file = tts . tts ( "ภาษาไทย ง่าย มาก มาก" , filename = "cat.wav" ) # It will get wav file path.
wave = tts . tts ( "ภาษาไทย ง่าย มาก มาก" , return_type = "waveform" ) # It will get waveform.You can see more at https://pythainlp.github.io/pythaitts/.