Dear Festival team,

I'm trying to use Festival with emotions thanks to SABLE:

 * http://www.cs.cmu.edu/~awb/festival_demos/sable.html
   <http://www.cs.cmu.edu/%7Eawb/festival_demos/sable.html>
 * http://www.cstr.ed.ac.uk/research/projects/sable/sable_spec2.html
 * http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.40.2217


I can use it with some English voices but I cannot with Spanish. In fact, I don't use custom spanish voice (el_diphone) but voice_JuntaDeAndalucia_es_pa_diphone. This is a very simple*.sable*:

   /<?xml version="1.0"?>/
   /<!DOCTYPE SABLE PUBLIC "-//SABLE//DTD SABLE speech mark up//EN" /
   /      "Sable.v0_2.dtd"/
   /[]>/

   /<SABLE>/
   /<LANGUAGE ID="es">/
   /<SPEAKER NAME="male1">/
   /Hola, estoy hablando./
   /</SPEAKER>/
   /</LANGUAGE>/
   /</SABLE>/


I also modified my *languages.scm:*

   /(define (language_castillian_spanish)
   "(language_spanish)
   Set up language parameters for Castillian Spanish."

      (set! male1 voice_JuntaDeAndalucia_es_pa_diphone)
      (male1)
      (Parameter.set 'Language 'spanish)
   )/

So when I do:

   /festival.exe --tts example.sable/

What I hear is the example with english voice.... :/

What's happening?


Best regards,

Oier.




_______________________________________________
Festlang-talk mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/festlang-talk

Reply via email to