Alize说话人识别工具在window平台的编译


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_VPRalize-core.gitignore

     文件   10092544  2019-03-19 20:12  Alize_VPRalize-coreALIZE.sdf

     文件       1242  2017-10-17 01:04  Alize_VPRalize-coreALIZE.sln

    ..A..H.     10240  2019-03-19 20:12  Alize_VPRalize-coreALIZE.v12.suo

     文件          0  2017-10-17 01:04  Alize_VPRalize-coreAUTHORS

     文件          0  2017-10-17 01:04  Alize_VPRalize-coreChangeLog

     文件      44208  2017-10-17 01:04  Alize_VPRalize-coreconfig.guess

     文件      32560  2017-10-17 01:04  Alize_VPRalize-coreconfig.sub

     文件        810  2017-10-17 01:04  Alize_VPRalize-coreconfigure.ac

     文件      35147  2017-10-17 01:04  Alize_VPRalize-coreCOPYING

     文件       7651  2017-10-17 01:04  Alize_VPRalize-coreCOPYING.LESSER

     文件      17574  2017-10-17 01:04  Alize_VPRalize-coredepcomp

     文件        121  2017-10-17 01:04  Alize_VPRalize-coreDOCUMENTATION

     文件       9858  2017-10-17 01:04  Alize_VPRalize-coredoxygen.cfg

     文件       4624  2017-10-17 01:04  Alize_VPRalize-coreincludealize.h

     文件       7854  2017-10-17 01:04  Alize_VPRalize-coreincludealizeString.h

     文件       5505  2017-10-17 01:04  Alize_VPRalize-coreincludeAudioFileReader.h

     文件       4427  2017-10-17 01:04  Alize_VPRalize-coreincludeAudioframe.h

     文件       5251  2017-10-17 01:04  Alize_VPRalize-coreincludeAudioInputStream.h

     文件       4069  2017-10-17 01:04  Alize_VPRalize-coreincludeAutoDestructor.h

     文件      15988  2017-10-17 01:04  Alize_VPRalize-coreincludeBoolMatrix.h

     文件       5005  2017-10-17 01:04  Alize_VPRalize-coreincludeCmdLine.h

     文件      15001  2017-10-17 01:04  Alize_VPRalize-coreincludeConfig.h

     文件       6384  2017-10-17 01:04  Alize_VPRalize-coreincludeConfigChecker.h

     文件       4319  2017-10-17 01:04  Alize_VPRalize-coreincludeConfigFileReaderAbstract.h

     文件       4563  2017-10-17 01:04  Alize_VPRalize-coreincludeConfigFileReaderRaw.h

     文件       4752  2017-10-17 01:04  Alize_VPRalize-coreincludeConfigFileReaderxml.h

     文件       4078  2017-10-17 01:04  Alize_VPRalize-coreincludeConfigFileWriter.h

     文件       7465  2017-10-17 01:04  Alize_VPRalize-coreincludeDistrib.h

     文件       9160  2017-10-17 01:04  Alize_VPRalize-coreincludeDistribGD.h

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)