Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 425 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 425 Bytes

pyRHVoice

Python wrapper for RHVoice TTS

Prerequisites

  1. RHVoice. Instructions here

Install

python setup.py install

Usage

from pyrhvoice import RHVoice
rhvoice = RHVoice()
audio_path = rhvoice.get_audio_path('hello world')
audio = rhvoice.get_audio('привет, мир!')
rhvoice.play('hello world!')