Library for working with a range of technologies for speech recognition and synthesis from Yandex (Speechkit).
Project description
pyspeechkit
Library for working with a range of technologies for speech recognition and synthesis from Yandex (SpeechKit).
Installation
pip install pyspeechkit
Usage example
Yandex SpeechKit requires an API developer key, you can get it here to use this library.
from pyspeechkit import TTS
oauth_token = 'your-oauth-token'
folder_id = 'folder-id'
tts = TTS(oauth_token, folder_id)
tts.synthesize(
text='Hello World. How are you?'
)
tts.save_voice('path/voice.ogg')
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
pyspeechkit-1.0.0.tar.gz
(2.8 kB
view details)
File details
Details for the file pyspeechkit-1.0.0.tar.gz
.
File metadata
- Download URL: pyspeechkit-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbeb1542caa05b38eec2f859459695545992e8eaf2e9cdff672393c4752b572b |
|
MD5 | d8e8fd3c2560d1f6b247b3fc419c9fed |
|
BLAKE2b-256 | e191318d96542da573342529e6be794caffc3073cf49316a9b5eab67740405ed |