Back to home page
Easy Text-to-Speech Output with Java
The following files are for Java programmers implementing a text-to-speech output using the
Mbrola Multilingual Speech Synthesizer. The
Mbrola synthesizer is provided for free, for non commercial, non military applications only. The Java program
takes english text and transforms it into a stream of phonemes and sends it to the Mbrola synthesizer which
outputs voice. You can tweak the translation of the text to phoneme to achieve a better sounding output.
A large selection of voices available;
click here to listen to the American English Female voice us1. If you're a non-english
speaker, you can modify this Java program for your own language
Everything you need to add text-to-speech to your Java apps (except for Mbrola) is in this file.
Download and unzip it. Includes source code for both Java and the .dll for Windows
Back to home page
All original contents copyright © 2003 xxxtoytech
Privacy Policy