Skip to main content

SDK for Aliyun tts service

Project description

Python 语言版本

Go版本


Install

pip install aliyun_voice

TTS 【语音合成服务】

Voice(ACCESS_ID, ACCESS_KEY)

阿里云认证。

from aliyun_voice.voice import Voice
auth = Voice(ALIYUNACCESSID, ALIYUNACCESSKEY)

auth.get_voice(text, **tts_params)

获取语音文件字节数组,或抛出错误。

auth.save_voice(text, dist, **tts_params)

存储语音文件到指定目录【dist】,或抛出错误。

auth.tts_params

设置语音文件属性,参考:https://help.aliyun.com/document_detail/52793.html?spm=5176.doc30422.6.587.Z6Muvv

Test

python -m unittest discover -v

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

aliyun_voice-1.0.2.tar.gz (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page