Nicolas Marcq c1f7a1fc27 Feature/hooks (#388) 7 years ago
..
README.md c26ec71b73 7 years ago
__init__.py 67354d07b3 use relative imports 8 years ago
voicerss.py c1f7a1fc27 Feature/hooks (#388) 7 years ago

README.md

Voicerss

This TTS is based on the VoiceRSS engine. Official Documentation here

Note: This TTS engine do not work so far on python 3. This is due to the underlaying lib. We've proposed a fix to the project. You can follow the progress here.

Parameters Required Default Choices Comment
language YES 26 languages (http://www.voicerss.org/api/documentation.aspx), example : "fr-fr" Languages are identified by the LCID string
key YES register in the official website to get API key
rate NO 0 any int Audio Rate
codec NO 'MP3' 'MP3', 'WAV', 'AAC', 'OGG', 'CAF' Audio Codecs
audio_format NO '44khz_16bit_stereo' 51 choices (http://www.voicerss.org/api/documentation.aspx), '8khz_8bit_mono' Audio formats
ssml NO False True / False True if you want ssml (only upgraded plans)
base64 NO False True / False True if you want base64
ssl NO False True / False True if you want ssl
cache NO True True / False True if you want to use the cache with this TTS

Notes

limitations : 100KB per request

The Free edition is limited to 350 daily requests. Possibility to upgrade the plan