PRODUCT URL: http://www.speech4j.com

INSTALLATION
    1. Put Speech4j.dll to LIBPATH, for example to the Windows 
       installation directory (e.g. C:\Windows)

    2. (Optional) Put Speech4j.jar to CLASSPATH

    3. Run samples/sample.bat sample1 to test speech. Install MSAPI if it fails.
       You can download it from http://www.microsoft.com/speech/download/old/sdk40a.asp       
       Only runtime binaries are needed for Speech4j to be functional, but you 
       might want to install the SDK to have local copy of documentation and 
       you must install the SDK to if you want to compile Speech4j.dll

    4. (Optional) Install additional speech engines. You can download them from
        http://www.microsoft.com/products/msagent/downloads/user.asp#tts
        and find links to other speech engines here
        http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msagent/spsupreq_4chd.asp

BUILDING (for full version)
    1. Install MSAPI SDK if you haven't done it yet.
    
    2. Edit build.xml, set msapi.home property according to your configuration.

    3. You'll need MS Visual C++ 6.0 or compatible installed.
       Make sure nmake is in your path. 

    3. Run ant.

CHANGES in version 1.0.1
    1. Bug fixed in TTSMode.getMode()

    2. XML speech processor

