The material in this directory comes from the eSpeak homepage at http://espeak.sourceforge.net

with the following simplifications and modifications

1.  Only the espeak-data directory and eSpeak source code are included
2.  The original source code was written for a Linux environment, and Mac OS X is different.
    a.  The Mac semaphore library does not contain a sem_timedwait function, so this
        package contains the header and implementation code for that function.
    b.  Appropriate header files for the new sem_timedwait function are included in several
        sources files contained here.
    c.  The original code used an earlier version of PortAudio that included a Pa_StreamActive
        function, but this was changed to Pa_IsStreaActive in more recent releases.  References
        in the source code contained here have been edited appropriately.
    d.  A new and streamlined Makefile (Makefile-speak-prog) is included to reflect compiling
        this revised code.
3.  A user will need to edit the first lines of the Makefile-speak-prog file to reflect
    the directories to be used in this installation.

This package is released under the same licensing conditions as the original eSpeak package,
as stated in the License-original file included in this directory.