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.1.tar.gz
(4.6 kB
view details)
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 pymtts-0.2.1.tar.gz.
File metadata
- Download URL: pymtts-0.2.1.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 |
81b7935add32e16aa7d4ec4bff2435384b19c4e549843e28d21bcfd40e984629
|
|
| MD5 |
75496f9a054bd8d6a0b4d4e349eeccf3
|
|
| BLAKE2b-256 |
3aa76f1bf8f1be2813b9b4ea5c147e6062a39bfd389cb052290d3cedd506d459
|
File details
Details for the file pymtts-0.2.1-py3-none-any.whl.
File metadata
- Download URL: pymtts-0.2.1-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 |
aeedf35a160356b0abc553f3d146e8b4749507d72f0f968558c774ba9bcf3530
|
|
| MD5 |
6053b4162b3752c0c751cb93e300bcb4
|
|
| BLAKE2b-256 |
dfaed38b22f33355737f3bdd9360089b241861d12ad077b0c645ee41773c363d
|