/**
 * @title       Text Reader (Text to Speech)
 * @version     1.0
 * @filename    reader.java (from reader.jar)
 * @author      Dennis Nezic
 * @modified    Sunday January 13th, 2002
 *
 * @notes       Simple program. Accepts plain text in stdin. Outputs
 *              "wave string", to simulate the audio of the read text.
 *
 *              The phonemes are not that great with this version; so
 *              the words may not be very clear. I'll try to clear up
 *              the rough edges on the phonemes in future versions.
 *
 *              At the moment, there are no command line arguments. I
 *              may add them later, for more versatility.
 *
 *              ** Requires JRE1.3.0 or higher (for sound) **
 *
 */
