Skip to content

The core library of ALIZE, providing low-level functions (I/O and Gaussians).

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

chadisid/alize-core

 
 

Repository files navigation

##########################################################
#      		ALIZE PROJECT - 2003-2013
#	  http://alize.univ-avignon.fr
#								
# V3.0 / February 18th 2013
#
# Please visit:
# http://alize.univ-avignon.fr
#
##########################################################


This package is part of the ALIZE Project. Please visit http://alize.univ-avignon.fr 
for more information and documentation.

In case of trouble, see the ALIZE FAQ on : 
http://alize.univ-avignon.fr/mediawiki/index.php/Main_Page

See also News.txt for information about important modifications done on ALIZE library

FAQ
----

Q: What is needed to install the ALIZE library?
A: aclocal, autoconf, automake and libtool are required to compile ALIZE library

Q: How to generate the ALIZE library on Linux, Mac OS and Cygwin
A: In a shell, run successively: aclocal, automake, autoconf, ./configure, make

Q: How to generate the ALIZE library on Windows using Visual Studio
A: Use the ALIZE.sln solution file.

Q: I have some problems to compile ALIZE
A: Please refer to : http://alize.univ-avignon.fr/mediawiki/index.php/Main_Page if you don't find your answer feel free to send a email to dev-alize@listes.univ-avignon.fr

Q: How to I link ALIZE with my projects
A: See the example in the ./exemple directory of LIA_RAL directory. Just include the header file alize.h at the begining of your source code and link statically libalize.a during your project compilation.

Q: How to generate documentation
A: In a shell, in the main folder of Alize, doxygen doxygen.cfg (need to have doxygen installed)

Q: ALIZE allows speaker verification/authentication but needs some features as input. How can I find it?
A: In terms of speech, the ALIZE team recommends using the SPRO toolkit, which, starting with version 5.0, is available under the MIT licence.

About

The core library of ALIZE, providing low-level functions (I/O and Gaussians).

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.7%
  • Shell 3.1%
  • Other 0.2%