|
|
Text to speech Many moons ago, I wrote a text to speech engine for the Psion3. I no longer have the code, but I can remember the techniques I used, and the source of the text to phoneme algorithm document I used.
If I use my speech playing code to play the required phonemes, I think it would be quite possible to write a routine which could be used as simply as:
Say("This is the RCX speaking");
The main difficulty is getting phoneme samples which are clear enough and small enough to not take up too much memory. I'll have a look around for some on the web, and see how this develops.
|
|