[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug in ssml-mode.scm
From: |
emiliano esposito |
Subject: |
Bug in ssml-mode.scm |
Date: |
Mon, 26 Jan 2009 23:07:53 +0100 |
Milan Zamazal ha scritto:
> ee> but I still don't hear any difference between an <emphasis>ed
> ee> text and one not, same with prosody (I've tried many values...).
>
> ee> Why?
>
> I don't know. Although the introductory commentary in ssml-mode.scm
> says <emphasis> is unsupported I think rate and pitch settings should
> work for diphone voices (see ssml.prosody.start). But they don't for
> me.
Thank you very much for replying.
I've tried to set prosody value by hand (as defined in
prosody-param.scm), calling the code directly like this:
(prosody-set-pitch '209)
And it works indeed, so it should be something lost in the dungeons of
LISP lists... but after some research I couldn't figure it out, reading
lisp is difficult, and reading other's lisp is a nightmare ;-))
Please let me know if you have any clues, finding it would save me a lot
of work (I have to convert from SSML to SABLE in order to have prosody
changes working).
Kind regards.