• 大小: 47.37MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-17
  • 语言: 其他
  • 标签: 声纹识别  alize  

资源简介

Alize说话人识别工具在window平台的编译,vs2013编译通过,已配置好,解压直接生成解决方案即可:单独编译liatools那个项目,再逐个项目进行编译

资源截图

代码片段和文件信息

/*
This file is part of ALIZE which is an open-source tool for 
speaker recognition.

    ALIZE is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as 
    published by the Free Software Foundation either version 3 of 
    the License or any later version.

    ALIZE is distributed in the hope that it will be useful
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public 
    License along with ALIZE.
    If not see .
        
ALIZE is a development project initiated by the ELISA consortium
[alize.univ-avignon.fr/] and funded by the French Research 
Ministry in the framework of the TECHNOLANGUE program 
[www.technolangue.net]

The ALIZE project team wants to highlight the limits of voice
authentication in a forensic context.
The “Person  Authentification by Voice: A Need of Caution“ paper 
proposes a good overview of this point (cf. “Person  
Authentification by Voice: A Need of Caution“ Bonastre J.F. 
Bimbot F. Boe L.J. Campbell J.P. Douglas D.A. Magrin-
chagnolleau I. Eurospeech 2003 Genova].
The conclusion of the paper of the paper is proposed bellow:
[Currently it is not possible to completely determine whether the 
similarity between two recordings is due to the speaker or to other 
factors especially when: (a) the speaker does not cooperate (b) there 
is no control over recording equipment (c) recording conditions are not 
known (d) one does not know whether the voice was disguised and to a 
lesser extent (e) the linguistic content of the message is not 
controlled. Caution and judgment must be exercised when applying speaker 
recognition techniques whether human or automatic to account for these 
uncontrolled factors. Under more constrained or calibrated situations 
or as an aid for investigative purposes judicious application of these 
techniques may be suitable provided they are not considered as infallible.
At the present time there is no scientific process that enables one to 
uniquely characterize a person=92s voice or to identify with absolute 
certainty an individual from his or her voice.]
Contact Jean-Francois Bonastre for more information about the licence or
the use of ALIZE

Copyright (C) 2003-2010
Laboratoire d‘informatique d‘Avignon [lia.univ-avignon.fr]
ALIZE admin [alize@univ-avignon.fr]
Jean-Francois Bonastre [jean-francois.bonastre@univ-avignon.fr]
*/

#if !defined(ALIZE_String_cpp)
#define ALIZE_String_cpp

#if defined(_WIN32)
#define _CRT_SECURE_NO_WARNINGS
#endif

#include 
#include 
#include 
#include 
#include 
#include “alizeString.h“
#include “Exception.h“

using namespace alize;
typedef String S;

//--------------------

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        129  2017-10-17 01:04  Alize_VPR\alize-core\.gitignore

     文件   10092544  2019-03-19 20:12  Alize_VPR\alize-core\ALIZE.sdf

     文件       1242  2017-10-17 01:04  Alize_VPR\alize-core\ALIZE.sln

    ..A..H.     10240  2019-03-19 20:12  Alize_VPR\alize-core\ALIZE.v12.suo

     文件          0  2017-10-17 01:04  Alize_VPR\alize-core\AUTHORS

     文件          0  2017-10-17 01:04  Alize_VPR\alize-core\ChangeLog

     文件      44208  2017-10-17 01:04  Alize_VPR\alize-core\config.guess

     文件      32560  2017-10-17 01:04  Alize_VPR\alize-core\config.sub

     文件        810  2017-10-17 01:04  Alize_VPR\alize-core\configure.ac

     文件      35147  2017-10-17 01:04  Alize_VPR\alize-core\COPYING

     文件       7651  2017-10-17 01:04  Alize_VPR\alize-core\COPYING.LESSER

     文件      17574  2017-10-17 01:04  Alize_VPR\alize-core\depcomp

     文件        121  2017-10-17 01:04  Alize_VPR\alize-core\DOCUMENTATION

     文件       9858  2017-10-17 01:04  Alize_VPR\alize-core\doxygen.cfg

     文件       4624  2017-10-17 01:04  Alize_VPR\alize-core\include\alize.h

     文件       7854  2017-10-17 01:04  Alize_VPR\alize-core\include\alizeString.h

     文件       5505  2017-10-17 01:04  Alize_VPR\alize-core\include\AudioFileReader.h

     文件       4427  2017-10-17 01:04  Alize_VPR\alize-core\include\Audioframe.h

     文件       5251  2017-10-17 01:04  Alize_VPR\alize-core\include\AudioInputStream.h

     文件       4069  2017-10-17 01:04  Alize_VPR\alize-core\include\AutoDestructor.h

     文件      15988  2017-10-17 01:04  Alize_VPR\alize-core\include\BoolMatrix.h

     文件       5005  2017-10-17 01:04  Alize_VPR\alize-core\include\CmdLine.h

     文件      15001  2017-10-17 01:04  Alize_VPR\alize-core\include\Config.h

     文件       6384  2017-10-17 01:04  Alize_VPR\alize-core\include\ConfigChecker.h

     文件       4319  2017-10-17 01:04  Alize_VPR\alize-core\include\ConfigFileReaderAbstract.h

     文件       4563  2017-10-17 01:04  Alize_VPR\alize-core\include\ConfigFileReaderRaw.h

     文件       4752  2017-10-17 01:04  Alize_VPR\alize-core\include\ConfigFileReaderxml.h

     文件       4078  2017-10-17 01:04  Alize_VPR\alize-core\include\ConfigFileWriter.h

     文件       7465  2017-10-17 01:04  Alize_VPR\alize-core\include\Distrib.h

     文件       9160  2017-10-17 01:04  Alize_VPR\alize-core\include\DistribGD.h

............此处省略1892个文件信息

评论

共有 条评论