Skip to content

Library for working with a range of technologies for speech recognition and synthesis from Yandex (SpeechKit).

License

Notifications You must be signed in to change notification settings

pystorage/pyspeechkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyspeechkit

Library for working with a range of technologies for speech recognition and synthesis from Yandex (SpeechKit).

PyPI Downloads GitHub

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

About

Library for working with a range of technologies for speech recognition and synthesis from Yandex (SpeechKit).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages