[go: up one dir, main page]

Menu

Tree [bc2f35] master /
 History

HTTPS access


File Date Author Commit
 .ditz 2011-10-24 Aby Louw Aby Louw [52d37c] Set up for next Speect release
 build 2011-10-13 Aby Louw Aby Louw [d6be62] More CMake info.
 cmake 2012-11-20 Aby Louw Aby Louw [507fc3] Merge branch 'hunpos_fixes'
 copying 2011-10-17 Aby Louw Aby Louw [579c04] Added doxybridge documentation tool and licenses.
 docs 2013-01-30 Aby Louw Aby Louw [bc2f35] Updated conf.py documentation year
 engine 2012-12-19 Aby Louw Aby Louw [62529a] Merge branch 'regex_test'
 plugins 2012-11-20 Aby Louw Aby Louw [507fc3] Merge branch 'hunpos_fixes'
 swig 2013-01-29 Aby Louw Aby Louw [65f4c0] Changed client/server to base64 encode/decode s...
 .gitattributes 2011-10-24 Aby Louw Aby Louw [bbf7c6] Fixed gitattributes for .ditz folder
 .gitignore 2011-10-24 Aby Louw Aby Louw [75f623] added gitignore
 AUTHORS 2010-06-28 Aby Louw Aby Louw [6bf3b9] Merge branch 'morphdecomp' into beryllium
 CMakeLists.txt 2012-11-11 Aby Louw Aby Louw [e504e1] Merge branch 'hunpos'
 HOWTO_DITZ 2010-07-07 Georg Schlunz Georg Schlunz [627989] Merge branch 'master' of git@...:speect
 INSTALL 2011-10-24 Aby Louw Aby Louw [5beb38] Merge branch 'revert_distutils'
 LICENSE 2011-10-11 Aby Louw Aby Louw [a6ff4f] Merge branch 'docs'
 NEWS 2012-05-09 Aby Louw Aby Louw [e99af5] info on release 1.1.0
 README 2012-05-09 Aby Louw Aby Louw [e99af5] info on release 1.1.0
 git-ditz.sh 2010-07-07 Georg Schlunz Georg Schlunz [627989] Merge branch 'master' of git@...:speect

Read Me

                                                      __
                                                     /\ \__
                    ____  _____      __     __    ___\ \ ,_\
                   /',__\/\ '__`\  /'__`\ /'__`\ /'___\ \ \/
                  /\__, `\ \ \L\ \/\  __//\  __//\ \__/\ \ \_
                  \/\____/\ \ ,__/\ \____\ \____\ \____\\ \__\
                   \/___/  \ \ \/  \/____/\/____/\/____/ \/__/
                            \ \_\
                             \/_/  version 1.1.0 RELEASE May 2012


Speect is a multilingual TTS system. It offers a full text-to-speech
system with various API's, as well as an environment for research and
development of TTS systems and voices.

It is written in ANSI C and uses a plug-in mechanism for
extensions. Speect also includes an extensive set of Python bindings
for quick implementation of new ideas, these bindings are derived from
SWIG (www.swig.org) interface files and can easily be extended for
other languages supported by SWIG.


License
-------

Speect is free and open source software. As a collection it is
distributed under a MIT license, see LICENSE for more details. See
NEWS for more details of this release.


Requirements
------------

To build Speect one needs CMake (http://www.cmake.org, minimum version
2.8) and a ANSI C/ISO C90 compliant compiler. See INSTALL for more
details. Python and SWIG are required for the Python bindings.