PyThaiNLP / PyThaiTTS

Open Source Thai Text-to-speech library in Python

Home Page:https://pythainlp.github.io/PyThaiTTS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyThaiTTS

Open Source Thai Text-to-speech library in Python

Google Colab | Docs | Notebooks Download

License: Apache-2.0 License

Install

Install by pip:

pip install pythaitts

Usage

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/.

About

Open Source Thai Text-to-speech library in Python

https://pythainlp.github.io/PyThaiTTS/

License:Apache License 2.0


Languages

Language:Jupyter Notebook 98.1%Language:Python 1.9%