Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 434 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 434 Bytes

aws-polly

A wrapper for AWS Polly. Provides simple functions to avail different variations of voice.

An example to use this wrapper is provided as text_to_speech module.

In [1]: from tts import text_to_speech

In [2]: dir(text_to_speech)
Out[2]:
['Polly',
 '__builtins__',
 '__doc__',
 '__file__',
 '__name__',
 '__package__',
 'get_audio',
 'get_audio_file',
 'get_polly_client',
 'get_voice_id',
 'remove_audio_file']