Metadata-Version: 2.1
Name: speak2mary
Version: 1.4.0
Summary: A Python wrapper for Mary TTS
Home-page: https://github.com/Poeschl/speak2mary
Author: Poeschl
License: Apache License - Version 2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3
Description-Content-Type: text/markdown

# Speak2Mary

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](https://github.com/Poeschl/speak2mary/blob/master/tests/test_marytts.py).


