Hi again, thanks for all these replies!
sphere wrote: ↑Thu Jun 07, 2018 11:17 am
I think we need more information.
How do you tell your synthesizer this?
[...]
Or is it synthesis voices where you talk about?
For Macintalk 3, I use the speech manager from Mac.
For example, executing the code below with Ralph or Fred's voice (on Mac), we obtain the French pronunciation of "paquet".
Code: Select all
on mouseup
Revspeak "[[inpt PHON]]"&"1pAA_k>IXIX_"
end mouseup
One of my associate made a function "text to French phonetics" which transform French texts to phonetic strings. This enable every voice from Macintalk to speak French.
The problem is, apart from Macintalk voices, all the other voices consider the phonetics as text. Even with the line "[[input PHON]]" before.
Maybe another encodage is necessary, and certainly for the phonetic writings too.
Klaus wrote: ↑Thu Jun 07, 2018 11:58 am
Hi ayumu,
last year I created a desktop application for a language lab, which reads out phonetic text.
I am not allowed to talk about the job, as you will understand, but here is the webpage:
[...]
Not sure this will help you, but maybe you can get in touch with him.
Hi Klaus, thank you. I found S4 very interresting. I will see some more of it.
Klaus wrote: ↑Thu Jun 07, 2018 2:21 pm
P.S.
I will delete the doublette of this thread in the "Software Development Cycles" forum!
Thanks again, Klaus
