Python wrapper for RHVoice TTS
- RHVoice. Instructions here
python setup.py install
from pyrhvoice import RHVoice
rhvoice = RHVoice()
audio_path = rhvoice.get_audio_path('hello world')
audio = rhvoice.get_audio('привет, мир!')
rhvoice.play('hello world!')