Zalo Text To Speech
Project description
Zalo Text-To-Speech
I. Introduction
Zalo Text-To-Speech (ZTTS) engine delivers fast and premium quality audios from input Vietnamese text. ZTTS is optimized for realtime and high volume traffic applications such as news websites, voice streaming services, chatbots, and virtual assistants. ZTTS currently supports four Vietnamese voices including two Northern accents and two Southern accents.
II. Install ZaloTTS
ZaloTTS supports python >= 3.7, <3.9
Installing from PyPI is the easiest option.
$ pip install ZaloTTS
III. API_KEY
Get api key here.
You can use the api key as an argument to initialize the ZaloTTS object.
Or you can assign the environment variable ZALO_API_KEY in the .env file. The api key will be used when you initialize the ZaloTTS object.
# .env
ZALO_API_KEY = {your_api_key}
III. Speakers
| ID | Name | Constant |
|---|---|---|
| 1 | South women | ZaloTTS.SOUTH_WOMEN |
| 2 | Northern women | ZaloTTS.NORTHERN_WOMEN |
| 3 | South men | ZaloTTS.SOUTH_MEN |
| 4 | Northern men | ZaloTTS.NORTHERN_MEN |
IV. Examples
from zalo_tts import ZaloTTS
tts = ZaloTTS(speaker=ZaloTTS.NORTHERN_MEN, api_key={your_api_key})
tts.text_to_speech("Câu lạc bộ học thuật ICON xin chào các bạn nhé.")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ZaloTTS-0.0.3.tar.gz.
File metadata
- Download URL: ZaloTTS-0.0.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfb6cdf188d0ae4a8e922faa5510e042b8eeaa4ef1af261098be4dcc870b4ca6
|
|
| MD5 |
aadb2868606ba3088c24b2a031201aeb
|
|
| BLAKE2b-256 |
2ac91f5d39d3d090cb8746ba12019e6d33f8f694cef6c9bac41de7e4c6a35226
|
File details
Details for the file ZaloTTS-0.0.3-py3-none-any.whl.
File metadata
- Download URL: ZaloTTS-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ae101d5fdb5252e306ebeb401a1691b8aa8ca05fa5c5e2f96ecb049a9e0fa17
|
|
| MD5 |
6d76fa8e3e40dadb3ee7d3c1b8bbe756
|
|
| BLAKE2b-256 |
9f5187b66705b1c842b5975e868156af63414966a8cc974abb4c6e4bd78ead38
|