Pythaitts

Latest version: v0.3.0

Safety actively analyzes 623248 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.0

- Add Lunarlist TTS model (ONNX)
- Change default model to Lunarlist TTS model


**Full Changelog**: https://github.com/PyThaiNLP/PyThaiTTS/compare/v0.2.1...v0.3.0

0.2.1

**Full Changelog**: https://github.com/PyThaiNLP/PyThaiTTS/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* Add lunarlist_model by wannaphong in https://github.com/PyThaiNLP/PyThaiTTS/pull/4

New Contributors
* wannaphong made their first contribution in https://github.com/PyThaiNLP/PyThaiTTS/pull/4

**Full Changelog**: https://github.com/PyThaiNLP/PyThaiTTS/compare/v0.1.1...v0.2.0

0.1.1

- Add KhanomTan TTS v1.1 https://github.com/PyThaiNLP/PyThaiTTS/issues/2

**Full Changelog**: https://github.com/PyThaiNLP/PyThaiTTS/compare/v0.1.0...v0.1.1

0.1.0

PyThaiTTS
Open Source Thai Text-to-speech library in Python

License: [Apache-2.0 License](https://github.com/PyThaiNLP/pythaitts/blob/main/LICENSE)

Install

Install by pip:

> pip install pythaitts

Usage

python
from pythaitts import TTS

tts = TTS()
file = tts.tts("ภาษาไทย ง่าย มาก มาก") It will get temp file path.
wave = tts.tts("ภาษาไทย ง่าย มาก มาก",return_type="waveform") It will get waveform.


You can see more at [https://pythainlp.github.io/PyThaiTTS/](https://pythainlp.github.io/PyThaiTTS/).

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.