Skip to content

Instantly share code, notes, and snippets.

@western
Last active March 18, 2017 17:28
Show Gist options
  • Save western/333dac35e9a649ea4b8cc2c863e08356 to your computer and use it in GitHub Desktop.
Save western/333dac35e9a649ea4b8cc2c863e08356 to your computer and use it in GitHub Desktop.
RHVoice install guide
install
example for openSUSE 42.1 (x86_64)
--------------------------------------------------------------------------------------------------------
zypper in scons libportaudio2 libao-devel portaudio-devel libpulse-devel alsa-devel libgiomm-2_4-1 glibmm2-devel
git clone https://github.com/Olga-Yakovleva/RHVoice.git RHVoice.git
cd RHVoice.git
-----------------------------------------------------------------
for client and service DBUS build:
- open SConstruct
- find some row 'has_giomm=conf.CheckPKG("giomm-2.4")'
- uncomment
-----------------------------------------------------------------
scons
scons install
ldconfig
run
--------------------------------------------------------------------------------------------------------
run RHVoice-service
echo "Проверка синтезатора речи" | RHVoice-client -s Anna+CLB | aplay
echo "Проверка синтезатора речи" | RHVoice-client -s Anna+CLB > test.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment