Discussion:
[Freeswitch-users] Freeswitch tts russian voice 'ele' or other?
Anton VG
2011-05-31 18:12:33 UTC
Permalink
Hi!

In ru.xml it's mentioned

tts-engine="cepstral" tts-voice="elena">

But after hours of googling I found nothing where and how to get the
mentioned russian 'elena' voice for cepstral

Any info?
Patrick Lists
2011-05-31 22:06:43 UTC
Permalink
Post by Anton VG
Hi!
In ru.xml it's mentioned
tts-engine="cepstral" tts-voice="elena">
But after hours of googling I found nothing where and how to get the
mentioned russian 'elena' voice for cepstral
Any info?
There are Elena sound files at http://files.freeswitch.org/

Regards,
Patrick
Anton VG
2011-06-01 04:32:59 UTC
Permalink
This is sounds, I'm looking for TTS voice
Post by Patrick Lists
Post by Anton VG
Hi!
In ru.xml it's mentioned
tts-engine="cepstral" tts-voice="elena">
But after hours of googling I found nothing where and how to get the
mentioned russian 'elena' voice for cepstral
Any info?
There are Elena sound files at http://files.freeswitch.org/
Regards,
Patrick
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Иван Чистяков
2011-06-01 06:19:05 UTC
Permalink
I am using festival.


sudo apt-get install festival festvox-ru

<configuration name="tts_commandline.conf" description="TextToSpeech
Commandline configuration">
<settings>
<param name="command" value="echo ${text} | text2wave -eval
'(${voice})' -f ${rate} > ${file}"/>
</settings>
</configuration>

session.execute("speak", "tts_commandline|voice_msu_ru_nsh_clunits|??????.")
Post by Anton VG
This is sounds, I'm looking for TTS voice
Post by Patrick Lists
Post by Anton VG
Hi!
In ru.xml it's mentioned
tts-engine="cepstral" tts-voice="elena">
But after hours of googling I found nothing where and how to get the
mentioned russian 'elena' voice for cepstral
Any info?
There are Elena sound files at http://files.freeswitch.org/
Regards,
Patrick
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Anton VG
2011-06-01 06:53:09 UTC
Permalink
Ivan, The question is specific on 'elena' or other russian, business
quality voice for cepstral, since it confusingly mentioned in tts
settings.
Post by Иван Чистяков
I am using festival.
sudo apt-get install festival festvox-ru
<configuration name="tts_commandline.conf" description="TextToSpeech
Commandline configuration">
? ?<settings>
? ? ? ?<param name="command" value="echo ${text} | text2wave -eval
'(${voice})' -f ${rate} > ${file}"/>
? ?</settings>
</configuration>
session.execute("speak", "tts_commandline|voice_msu_ru_nsh_clunits|??????.")
Post by Anton VG
This is sounds, I'm looking for TTS voice
Post by Patrick Lists
Post by Anton VG
Hi!
In ru.xml it's mentioned
tts-engine="cepstral" tts-voice="elena">
But after hours of googling I found nothing where and how to get the
mentioned russian 'elena' voice for cepstral
Any info?
There are Elena sound files at http://files.freeswitch.org/
Regards,
Patrick
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Loading...