http://blog.csdn.net/chenxin_130/article/details/4723068

Cgywin方式:

见转贴:《在Cgywin上安装HTK 3.4》

可以参考:

http://speech.ee.nthu.edu.tw/index.php?n=Lab.HtkCygwin

打开htk/HTKTools下的Makefile.in,将其中"-lX11"删除

$ cd HTKLib

$ cp HGraf.null.c HGraf.c$ cd..

$ make all

$ make install


使用Vs2005的IDE方式编译HTK Tool:

http://blog.csdn.net/chenxin_130/archive/2009/10/24/4722878.aspx


使用Windows以及Vs环境来编译:

引用自HTK Readme

Prerequisites:
    * HTK has been verified to compile using Microsoft Visual Studio.
    * For testing, you will require a Perl interpreter such as
      ActivePerl.  
    * You will need a tool such as 7-zip or winzip (commercial) for unpacking
      the HTK source code archive.
    * It is helpful if you have some familiarity with using the DOS
      command line interface, as you will need to interact with it in
      order to compile, install and run HTK.
    * Ensure that your PATH contains
      C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/bin
      Or if you are using older versions:
      C:/Program Files/Microsoft Visual Studio/VC98/bin

Compilation:
   1. Unpack the HTK sources using 7-zip.
   2. Open a DOS command window: Click Start, select Run type cmd at
      the prompt and click OK.
   3. cd into the directory in which you unpacked the sources.
   4. cd into the htk directory. Type:
      cd htk

5. Create a directory for the library and tools. Type:
      mkdir bin.win32

6. Run VCVARS32 (it should be in your path, see prerequisites above)
   7. Build the HTK Library, which provides the common functionality
      used by the HTK Tools. Enter the following commands:
      cd HTKLib
      nmake /f htk_htklib_nt.mkf all
      cd ..

8. Build the HTK Tools
      cd HTKTools
      nmake /f htk_htktools_nt.mkf all
      cd ..
      cd HLMLib
      nmake /f htk_hlmlib_nt.mkf all
      cd ..
      cd HLMTools
      nmake /f htk_hlmtools_nt.mkf all
      cd ..

Installation:
The HTK tools have now been built and are in the bin.win32
directory. You should add this directory to your PATH, so that you can
run them easily from the command line in future.

运行nmake可能会出现如下错误:

htk_htklib_nt.mkf(6) : fatal error U1035: syntax error : expected‘:’ or ‘=’ separator Stop.

这时,使用utraEdit打开该文件,会提示是否转化为dos格式,选择“是”。然后把打开文件中不必要的空行去掉,然后另存该文件覆盖原来文件。下面再遇到这样的问题用同样的方法解决,试用其他方法都没有能够解决。


通用问题:

HSLab yes01.sig

ERROR [+6870] MakeXGraf: Not compiled with X11 support: use HGraf.X.c

FATAL ERROR - Terminating program HSLab

由于没有Linux图形化界面X11的支持,HSLab无法使用

可选方案:

使用Praat来Recording和Label

http://www.fon.hum.uva.nl/praat/

或者根据网上资料建议,使用HTK3.3,但我未验证可行性,HTK3.3的build过程相对复杂一些。

----------------------------------

作者:小斤(陈忻)

本文属于原创文章,如需转载引用请注明原文作者和链接,谢谢。

windows下安装HTK3.4相关推荐

  1. 基于svnserve的SVN服务器(windows下安装与配置)

    基于svnserve的SVN服务器(windows下安装与配置) 关键字: svn 安装SVNserve 从http://subversion.tigris.org/servlets/ProjectD ...

  2. Windows下安装Z3的Python3版

    文章目录 Windows下安装Z3的Python3版 pip 安装(不推荐,很慢) 使用微软官方构建好的DLL(推荐,快速) Windows下安装Z3的Python3版 GitHub官方仓库地址:Z3 ...

  3. 在windows下安装concurrentlua

    concurrentlua的makefile只提供了unix下的版本,如果直接按make里面得拷贝路径安排文件 在windows下是无法凑效的.这里我把我在windows下安装concurrentlu ...

  4. linux/windows下安装scala

    为什么80%的码农都做不了架构师?>>>    一.linux下安装scala 1.保证jdk安装成功,版本在1.5或者更改版本,java和javac均可用. 2.官网下载scala ...

  5. windows下安装cygwin及配置

    windows下安装cygwin及配置 对于使用Windows操作系统作为开发平台同时又喜欢类unix环境的朋友(Windows不是最方便的开发环境),这里是在Cygwin环境下安装Rails的步骤 ...

  6. Redis第一集:Windows下安装Redis和测试

    Redis第一集:Windows下安装Redis和测试 一.资源 Windows下的Redis的下载地址 点击这里即可下载,如果进不去GitHub的话,可以上网搜一下怎么进GitHub,搭个梯子(●ˇ ...

  7. 如何在windows下安装cygwin

    如何在windows下安装cygwin 转载于:https://www.cnblogs.com/zhujiabin/p/5747580.html

  8. 在windows下安装python包管理器pip及使用

      从来没有在Windows下用过pip,今天试了下,原来pip也可以在Windows下安装,使用也和Linux下一样简单. 先从下面的地址下载pip源码: http://pypi.python.or ...

  9. 《Nmap渗透测试指南》—第1章1.2节Windows下安装Nmap

    本节书摘来自异步社区<Nmap渗透测试指南>一书中的第1章1.2节Windows下安装Nmap,作者 商广明,更多章节内容可以访问云栖社区"异步社区"公众号查看. 1. ...

最新文章

  1. 读书笔记 |《推荐系统实践》- 个性化推荐系统总结
  2. 产品经理如何专业吐槽产品?友谊小船从此不再翻
  3. [转]vim基础入门、语法速探、快捷键与宏
  4. 网页设计工资一般多少_理发师工资一般多少钱一个月
  5. 抢车位app下载_太方便了!有了这个APP,找车位再也不用“兜圈子”了
  6. java多线程之ThreadLoal详解
  7. 国家和货币(符号/图片)数组(countries and currency symbol array)
  8. 跳过php学thinkphp,PHP学习-ThinkPHP《从入门到放弃》(六)
  9. 【clickhouse】Application: DB::Exception: Duplicate interserver IO endpoint: DataPartsExchange
  10. python安装第三方扩展包_Python之安装第三方扩展库
  11. android studio接口在哪设置,Android定位SDK
  12. 计算机多媒体技术专业论文,多媒体技术论文
  13. 数据安全:Mock数据
  14. 基于Python的书店销售管理系统
  15. Ubuntu8.04安装配置大全
  16. kafka broker监听多个IP地址
  17. java se7 if_Java SE7新特性之在数值型的字面值中使用下划线
  18. VIM 常用配置选项说明
  19. 双机热备与负载均衡区别
  20. Yolov5部署TensorRT加速

热门文章

  1. 1 1 2 3 5 8 java_1 1 2 3 5 8 13 21 34规律:一个数据等于前两个数之和.用java做,输入一个数据n,计算斐波那契数列(Fibonacci)的第n个值....
  2. hive中导入csv,本地CSV导入hive表
  3. socket 例子 java_java socket例子
  4. C语言之设计模式——单例模式
  5. clone远程代码 在不同电脑上git_如何使用git在本地电脑clone别人的github上的远程仓库代码...
  6. 计算机配置cpo,使用域组策略及脚本统一配置防火墙-20210421070355.docx-原创力文档...
  7. linkedin api php,php – 如何使用linkedin api发送消息/通知?
  8. unity fixedupdate_Unity之滚球游戏(上)
  9. 408数据结构:1.顺序表的定义
  10. mysql8没有cmakelist_CentOS7安装mysql8.0编译报错集合