Dear all,

I wonder if anyone has experience using the SABLE mode in Festival. From its doc, it seems to me that Festival only supports Sable in file mode, namelythe part of doc:
"
Festival will automatically synthesize files whose file names ends in.sablein SABLE mode thus

festival --tts examples.sable

or at the festival prompt

festival>  (tts "examples.sable" nil)

or you can explicitly specify the mode in thettsfunction call

festival>  (tts "examples.txt" 'sable)
"

I'd like to use it in a text mode directly with command like
(tts_textall "myText" 'sable)

Obviously it did not work.
I wonder if there is a config change to make it work?

Any suggestion will be appreciated!



Jay




_______________________________________________
Festlang-talk mailing list
Festlang-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/festlang-talk

Reply via email to