A python package for using Azure smart AI speech
Project description
pymtts
A python package for using Azure smart AI speech
how to install
pip3 install --upgrade pymtts
sample use case
from pymtts import async_Mtts
mtts = async_Mtts()
mp3_bytes_buffer = await mtts.mtts("欢迎使用pymtts","zh-CN-YunxiNeural", 'general', 0, 0, )
get all supported voice models
from pymtts import async_Mtts
mtts = async_Mtts()
models= await mtts.get_lang_models()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymtts-0.2.0.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file pymtts-0.2.0.tar.gz
.
File metadata
- Download URL: pymtts-0.2.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0408be241ba703e6e7d2f29a47597924150aef1e0469552dd013a4addba73dc |
|
MD5 | 2eb7eadc940d5ee1407b7ef742135ba7 |
|
BLAKE2b-256 | 938218c034f27ff157c06b88e085fbcdf95bfebb133fa4d87cfab2dee8071364 |
File details
Details for the file pymtts-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pymtts-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ba3e9464039c09ec6df19805797760d15326f28d3a3bd04770811204e34c1aa |
|
MD5 | 5aa235389e6d7648648f470d76cf90df |
|
BLAKE2b-256 | bc2f0a0e611ea845764d1d7d1e22a283cb395febafbf8cd4c25b6ecb053a652f |