The pure Python code for computing the MFCCs
aeneas/mfcc.py
is a modified version from the
CMU Sphinx3 project.
See licenses/sphinx3.txt for details.
The pure Python code for reading and writing WAVE files
aeneas/wavfile.py
is a slightly modified version from the
scipy project,
included here to avoid installing the whole scipy
package.
See licenses/scipy.txt for details.
The C header speak_lib.h
for the Python C extension cew
is a verbatim copy from the
espeak project.
See licenses/eSpeak.txt for details.
The C++ headers in festival
and speech_tools
for the Python C++ extension cfw
are verbatim copies from the
Festival project
and the
Edinburgh Speech Tools Library project.
See
licenses/Festival.txt
and
licenses/speech_tools.txt
for details.
The HTML file aeneas/res/finetuneas.html
is a verbatim copy from the
finetuneas project,
courtesy of Firat Ozdemir.
See licenses/finetuneas.txt for details.
Audio files contained in the unit tests aeneas/tests/res/
directory
are adapted from recordings produced by
the LibriVox Project
and they are in the public domain.
See licenses/LibriVox.txt for details.
Text files contained in the unit tests aeneas/tests/res/
directory
are adapted from files produced by
the Project Gutenberg
and they are in the public domain.
See licenses/ProjectGutenberg.txt for details.