This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8589 - Allow to choose Loquendo and ViaVoice TTS
Attached to Project:
Rockbox
Opened by Chelo Sacristán (csar) - Monday, 11 February 2008, 11:48 GMT+2
Last edited by Jonas Häggqvist (rasher) - Wednesday, 06 August 2008, 19:09 GMT+2
Opened by Chelo Sacristán (csar) - Monday, 11 February 2008, 11:48 GMT+2
Last edited by Jonas Häggqvist (rasher) - Wednesday, 06 August 2008, 19:09 GMT+2
|
DetailsIt would be useful to change the configure and voice.pl files in order to allow the user to choose also the Loquendo and ViaVoice TTS
|
This task depends upon
'loquendo-text2file' and 'ttsynth_say' commands are referenced in the configure patch. They are to commands that send text to a sound file. Anyone can get ttsynth_say from the ViaVoice SDK. Loquendo-text2file it's a little application that i have done. If somebody need it, i can send him the source file, but rememeber that you need the Loquendo SDK in order to compile and use it.
Another important issue is remember that ViaVoice doesn't work with utf-8. So, you must save the lang file in a compatible format with ViaVoice (ie 8859)
If you're using Windows, I believe that ViaVoice uses SAPI underneath their own front end, so those should work with the current code.
e.g. http://www.wizzardsoftware.com/att_desktop.php
Hi Steve,
Yes, you are right. I forgot Windows (smile). My "habitual environment" is Linux and i use Linux SDKs to generate sound files.
ViaVoice SDK for Linux is very old, and it doesn't manage correctly utf-8 strings.
Sorry and thanks for the explanation
Hi Steve,
Yes, you are right. I forgot Windows (smile). My "habitual environment" is Linux and i use Linux SDKs to generate sound files.
ViaVoice SDK for Linux is very old, and it doesn't manage correctly utf-8 strings.
Sorry and thanks for the explanation