Skip to main content

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


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 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