Last active
March 18, 2017 17:28
-
-
Save western/333dac35e9a649ea4b8cc2c863e08356 to your computer and use it in GitHub Desktop.
RHVoice install guide
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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