Questions tagged [htk]

HTK - HMM Tool Kit A set of tools for training, testing and deploying Hidden Markov Models for statistical machine learning tasks, such as Speaker Verification and Recognition

The HTK (HMM Tool Kit) has been developed by the University of Cambridge. It contains a set of tools for training, testing (building) and eventual deployment of Hidden Markov Models (HMMs) primarily for speech recognition tasks. Its use, however, can be and has been extended to any machine learning/pattern recognition task.

The HTK website can be found by clicking on this sentence.

91 questions
0
votes
1 answer

esignal and esig_asc error occured when installing HTK on WSL

I'm installing HTK on the WSL on a windows machine. The .\configure run correctly but when i typed make all it can't work. Here is the error code: (cd HTKLib && make HTKLib.a) \ || case "" in *k*) fail=yes;; *) exit 1;; esac; make[1]: Entering…
0
votes
1 answer

Speaker adaptation with HTK

I am trying to adapt a monophone-based recogniser to a specific speaker. I am using the recipe given in HTKBook 3.4.1 section 3.6.2. I am getting stuck on the HHEd part which I am invoking like sp: HHEd -A -D -T 1 -H hmm15/hmmdefs -H hmm15/macros…
Sriram
  • 10,298
  • 21
  • 83
  • 136
0
votes
2 answers

HTK 32bit issue -> apt-get install gcc-multilib -> "Package 'gcc-multilib' has no installation candidate"

I am trying to install HTK. I tried ./configure, and received an error on make all: cd HTKLib && make HTKLib.a) \ || case "" in *k*) fail=yes;; *) exit 1;; esac; make[1]: Entering directory '/home/pranay/HTK-3.4.1/htk/HTKLib' gcc -m32 -ansi…
0
votes
1 answer

HTK compile error: make[1]: Nothing to be done for 'all'

Following the official HTK Unix/Linux installation guide, I had similar issues to the ones described in this thread when trying to run make all on HTK. I had initially been looking at the wrong Makefile (/htk-3.4.1/Makefile), as suggested by…
WhooNo
  • 911
  • 2
  • 12
  • 28
0
votes
1 answer

HTK: Understanding scores in resulting .mlf file

I am trying to understand the file result recout.mlf, so I have the following lines in that file: Which of 'as' was well prononced: the one with -524.427185 or -1054.774536
Mehdi Souregi
  • 3,153
  • 5
  • 36
  • 53
0
votes
1 answer

Is there a way to get the monophone probability using HTK?

Ideally what I am looking for is a way to get a vector of probability that a particular segment of an audio file is a certain phone. Something like: input: wavfile start position (e.g. @1.4 sec) duration (e.g. 500 ms) output: SIL 2.324*10^-3 AA…
kkawabat
  • 1,530
  • 1
  • 14
  • 37
0
votes
1 answer

Error in hybrid_segmentation HMError when running HTK

HTS-2.3 and HTK-3.4.1 in my 64bit Ubuntu with gcc 3.4 compiler. When I run the demo, HTK caused a problem: error in hybrid_segmentation Your help is highly appreciated. ^ rm: No match. ERROR [+3233] DoAlignment: cannot align…
kumar
  • 7
  • 4
0
votes
1 answer

HTK creating lab files

have anyone some tutorial or does anyone know , how to creating separately .lab files for every .wav file? I found it, that some script creates one .mlf file with label for every sound, but it not that I want Thanks!
0
votes
1 answer

bug in scripts/Training.pl or HTKTools/HMGenS.c?

I am trying to build a voice file using Tensorflow, with the HTS demo voice HTS-demo_CMU-ARCTIC-SLT. But it crashes with segfaults. After checking for null on a few pointers in HHed.c and Model.c to prevent segfaults, I ran Again and got segfaults…
Nathan
  • 1
0
votes
0 answers

running 'vcvars32' gives error 'vcvars32' is not recognized as an internal or external command in Windows

I am trying to install HTK toolkit in Windows 8.1. Here is the guideline to install. I am following the tutorial in this git hub page too. I have already installed Visual Studio 2017. The issue is when installing HTK, the guideline says "Ensure…
Kabilesh
  • 1,000
  • 6
  • 22
  • 47
0
votes
0 answers

can not patch HTS-2.3 for HTK-3.4.1

I cannot patch HTS-2.3_for_HTK-3.4.1.patch at ubuntu 16.04. Does anyone have an idea to resolve it? ~/hts-htk/htk$ ls AUTHORS config.status env HTK HTKTools Makefile ChangeLog config.sub FAQ …
0
votes
1 answer

HTK error : Requested data format is not supported

I installed HTK tookit. It was happened when I terminated “hslab yes.sig” command line on win10 system. The following the error : ERROR [+6006] StartAudi: Requested data format is not supported [ERR=2] FATAL ERROR - Terminating program hslab Who…
徐平伟
  • 1
  • 1
0
votes
1 answer

Building HTK without X11

I am trying to install HTK using Cygwin (32 bit) on a x86_64 computer build. This is part of the error I get when running ./configure make all gcc = 5.4.0, g++ = 5.4.0, perl = 5; I have X11 folder in C:/cygwin/usr/share Let me know if I should…
0
votes
2 answers

SIOD error while compiling festival with hts in ubuntu

I tried to compile HTS-demo_CMU-ARCTIC-SLT on Ubuntu16.10. /hts/HTS-demo_CMU-ARCTIC-SLT$ ./configure --with-fest-search-path=$HOME/hts/festival/examples \ --with-sptk-search-path=$HOME/hts/SPTK-3.10/bin \ …
you
  • 1
  • 2
0
votes
1 answer

Use HVite without vocabulary

Is it possible to use HVite from HTK without specifying vocabulary file? I'm doing pure phone recognition and have only phone-level lab files corresponding to speech wavs. I haven't defined any vocab file...