Skip to content

Python wrapper for RHVoice TTS (text-to-speech)

Notifications You must be signed in to change notification settings

hritools/pyrhvoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!')

Releases

No releases published

Packages

No packages published

Languages