Metadata-Version: 2.1
Name: rhvoice-wrapper
Version: 0.1.0
Summary: High-level interface for RHVoice library
Home-page: https://github.com/Aculeasis/rhvoice-proxy
Author: Aculeasis
Author-email: amilpalimov2@ya.ru
License: GPLv3+
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3
Description-Content-Type: text/markdown

### High-level interface for RHVoice library .
[![PyPI version](https://img.shields.io/pypi/v/rhvoice-wrapper.svg)](https://pypi.org/project/rhvoice-wrapper/) [![Python versions](https://img.shields.io/pypi/pyversions/rhvoice-wrapper.svg)](https://pypi.org/project/rhvoice-wrapper/) [![Build Status](https://travis-ci.org/Aculeasis/rhvoice-proxy.svg?branch=master)](https://travis-ci.org/Aculeasis/rhvoice-proxy)

Generate speech stream from text without re-initializing engine.
This very fast and more convenient than call RHVoice-test. Off the shelf supports wav, mp3 and opus.

Tested on python 3.6 in Linux and Windows 10.

Example usage https://github.com/Aculeasis/rhvoice-rest/blob/master/app.py

### Example
[TODO]


