Skip to content

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

License

Notifications You must be signed in to change notification settings

shivan1b/aws-polly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages