Hello. I think I found a solution for using sound in the kde version. Of course it may not suit all people but I hope some will find it usefull. Here's the how-to:
1) Copy all sound files into 1 directory. It can be any directory even in your /home
2) Go to Preferences-Sound, erase all paths you generally have in "RealPeopleTTS search path", and switch on "Use TTS Program"
3) In the commandline you need to specify the player you gonna use to play the sounds. I use mplayer but you can use any other console player (aplay for example). With the player you also need to put down the path to your sound files. As you use an external player, sound files can be played in any playable format. To minimize used space I use ogg format instead of wav. The economy is huge

So here's what the commandline will look like:
- Code: Select all
mplayer(/aplay or any other) /path/to/your/sound/files/%s.ogg(/wav or any other)
and as an example my commandline:
- Code: Select all
mplayer /home/dmitry/Download/Stardict/sound/%s.ogg
So now you only need to press the 'gears' button and you will hear the sound. And what is cool too with this method you can use any sound files that you can get from
other programs

if real people TTS is not big enough for you.
I am not a programmer, so if you can say what symbols should be added in the commandline so that the program will use the first letter of the word as a directory in the path, step 1 could be avoided.