Skip to content

A Python wrapper for the MaryTTS Text-To-Speak system.

License

Notifications You must be signed in to change notification settings

Poeschl/speak2mary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speak2Mary

PyPI PyPI - Python Version

A Python wrapper for the MaryTTS Test-To-Speak system. It maps the http endpoints to python methods.

Its mainly used for generating sound from an running MaryTTS server.

Requirements

  • Python 3 or higher

Install

The module is available via pip install speak2mary.

Examples

For example how to use the library take a look at the tests.