In article <45C99217.8070209 at proficio.ca>, Doug Sutherland <doug at proficio.ca> wrote: > I am working towards producing a small pocket > sized linux system based on ARM920T processor > with onboard hardware speech synth. This sounds interesting. What is the onboard hardware speech synth? Can you give a link to information about it? I wonder whether a small software synth such as eSpeak might be better, or at least useful as an alternative. Does the hardware synth add to the cost of the product? Does it perform both the spelling-to-phoneme translation as well as the phoneme-to-sound production, or is the former done in software on the main processor? Can it speak different languages? How do you compile software for the PDA? Do you use a cross-compiler on another system? Are you restricted to C, or is C++ available?