All Projects → open-speech → HTK

open-speech / HTK

Licence: other
The Hidden Markov Model Toolkit (HTK) from University of Cambridge, with fixed issues.

Programming Languages

c
50402 projects - #5 most used programming language
TeX
3793 projects
perl
6916 projects
C++
36643 projects - #6 most used programming language
Makefile
30231 projects
M4
1887 projects

Projects that are alternatives of or similar to HTK

DeepSegmentor
Sequence Segmentation using Joint RNN and Structured Prediction Models (ICASSP 2017)
Stars: ✭ 17 (-26.09%)
Mutual labels:  speech
UniSpeech
UniSpeech - Large Scale Self-Supervised Learning for Speech
Stars: ✭ 224 (+873.91%)
Mutual labels:  speech
opensnips
Open source projects related to Snips https://snips.ai/.
Stars: ✭ 50 (+117.39%)
Mutual labels:  speech
linear16
Converts an audio file to LINEAR16 Google-speech compatible file.
Stars: ✭ 14 (-39.13%)
Mutual labels:  speech
bioinf-commons
Bioinformatics library in Kotlin
Stars: ✭ 21 (-8.7%)
Mutual labels:  hmm
Voice2Mesh
CVPR 2022: Cross-Modal Perceptionist: Can Face Geometry be Gleaned from Voices?
Stars: ✭ 67 (+191.3%)
Mutual labels:  speech
datasets
🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
Stars: ✭ 13,870 (+60204.35%)
Mutual labels:  speech
LinLP
使用Python进行自然语言处理相关实践,如新词发现,主题模型,隐马尔模型词性标注,Word2Vec,情感分析
Stars: ✭ 43 (+86.96%)
Mutual labels:  hmm
web-speech-demo
Learn how to build a simple text-to-speech voice app for the web using the Web Speech API.
Stars: ✭ 19 (-17.39%)
Mutual labels:  speech
speech to text
how to use the Google Cloud Speech API to transcribe audio/video files.
Stars: ✭ 35 (+52.17%)
Mutual labels:  speech
Speech Feature Extraction
Feature extraction of speech signal is the initial stage of any speech recognition system.
Stars: ✭ 78 (+239.13%)
Mutual labels:  speech
libfmp
libfmp - Python package for teaching and learning Fundamentals of Music Processing (FMP)
Stars: ✭ 71 (+208.7%)
Mutual labels:  hmm
TASNET
Time-domain Audio Separation Network (IN PYTORCH)
Stars: ✭ 18 (-21.74%)
Mutual labels:  speech
speech-transformer
Transformer implementation speciaized in speech recognition tasks using Pytorch.
Stars: ✭ 40 (+73.91%)
Mutual labels:  speech
CIP
Basic exercises of chinese information processing
Stars: ✭ 32 (+39.13%)
Mutual labels:  hmm
VAD-LTSD
Efficient voice activity detection algorithm using long-term speech information
Stars: ✭ 37 (+60.87%)
Mutual labels:  speech
Audio Signal Processing
Audio or speech signal processing guide.
Stars: ✭ 45 (+95.65%)
Mutual labels:  speech
reacnetgenerator
an automatic reaction network generator for reactive molecular dynamics simulation
Stars: ✭ 25 (+8.7%)
Mutual labels:  hmm
KAREN
KAREN: Unifying Hatespeech Detection and Benchmarking
Stars: ✭ 18 (-21.74%)
Mutual labels:  speech
nlp-class
A Natural Language Processing course taught by Professor Ghassemi
Stars: ✭ 95 (+313.04%)
Mutual labels:  speech

HTK

If you don't know HTK, see this: What is HTK?

If you know HTK, you may wonder why this repo appears? Here are reasons:

  • Though many great toolkits appears after HTK, it still has advantages for some applications.
    • less dependencies
    • less footprint
  • There is no an actively maintained HTK repo.
  • However, there are some issues need to be deal with to use HTK today.

Some changs

  • add HDecode
  • add HTKBook
  • fix make issuse
  • fix lexicon size limit
  • fix some stack overflow errors, due to unreasonable buffer length

Usage

The branch r3.4.1_fix contains the changes. To compile HTK:

git clone https://github.com/open-speech/HTK.git
cd HTK
./configure --prefix=$PWD --disable-hslab
make all
make install
# continue make HDecode
make hdecode
make install-hdecode

Contributions

Contributions are welcome for this repo!

Todo

  • Give some examples or environments about HTK usages, for ASR e.g..
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].