2017 © Pedro PelĂĄez
 

library alizephp

AlizePHP is a php wrapper for Alize and LIA_RAL, an open source platform for biometrics authentification.

image

hctpbl/alizephp

AlizePHP is a php wrapper for Alize and LIA_RAL, an open source platform for biometrics authentification.

  • Tuesday, May 5, 2015
  • by hctpbl
  • Repository
  • 1 Watchers
  • 1 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

alizephp

AlizePHP is a php wrapper for Alize and LIA_RAL, an open source platform for biometrics authentification. This class aims to abstract AlizePHP's commands and files, providing a per-user set of methods, and allowing developers to extract audio features and i-vectors with ease., (*1)

ALIZE Software package

Alize and LIA_RAL are not part of this package and they must be downloaded and compiled in your machine. Once compiled, place the libraries and binaries generated in bin/ directory. It is STRONGLY advised to read documentation from Alize webpage as well as study the tutorials in order to understand what this package is doing and how to adapt it to your project. Anyway, a rough set of steps to create a user information in a sistem is to sequentially execute the following commands:, (*2)

  1. extractFeatures()
  2. normaliseEnergy()
  3. detectEnergy()
  4. normaliseFeatures()
  5. ivExtractor()

Every method needs the output of the preceding one stored in your directory structure in order to properly work (you'll receive an AlizePHPException if that is not the case). Once the i-vector generated by ivExtractor() is present, you can use ivTest to verify if two users are the same person., (*3)

Configuration

A set of default configuration files and settings is also provided in cfg/ directory. These files have been created by Anthony Larcher (alarcher - at- i2r.a-star.edu.sg) as part of his Alize tutorials and, as he states, "The author does not give ANY waranty about the performance and the usability"., (*4)

You can change file extensions and directories to create your own directory structure. This may be useful if you want to use the files generated by Alize with another software. Settings file can be found in cfg/alizephp_conf.php., (*5)

Alize credits

A. Larcher, J.-F. Bonastre, B. Fauve, K.A. Lee, C. Levy, H. Li, J.S.D. Mason, J.-Y Parfait,
"ALIZE 3.0 - Open Source Toolkit for State-of-the-Art Speaker Recognition,"
in Annual Conference of the International Speech Communication Association (Interspeech), 2013, (*6)

  • Alize website: http://alize.univ-avignon.fr/index_en.html
  • Alize SVN: http://alize.univ-avignon.fr/svn/ALIZE/trunk/
  • LIA_RAL SVN: http://alize.univ-avignon.fr/svn/LIA_RAL/trunk/
  • Alize documentation (including Tutorials): http://alize.univ-avignon.fr/doc_en.html

The Versions

05/05 2015

dev-master

9999999-dev http://github.com/hctpbl/alizephp

AlizePHP is a php wrapper for Alize and LIA_RAL, an open source platform for biometrics authentification.

  Sources   Download

MIT

The Requires

 

The Development Requires

alize speaker recognition biometric authentication biometry

11/08 2014

v1.5

1.5.0.0 http://github.com/hctpbl/alizephp

AlizePHP is a php wrapper for Alize and LIA_RAL, an open source platform for biometrics authentification.

  Sources   Download

MIT

The Requires

 

alize speaker recognition biometric authentication biometry

01/06 2014

v1.1

1.1.0.0 http://github.com/hctpbl/alizephp

AlizePHP is a php wrapper for Alize and LIA_RAL, an open source platform for biometrics authentification.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

alize speaker recognition biometric authentication biometry

31/05 2014

v1.0

1.0.0.0 http://github.com/hctpbl/alizephp

AlizePHP is a php wrapper for Alize and LIA_RAL, an open source platform for biometrics authentification.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

alize speaker recognition biometric authentication biometry