Speech Recognition with Continious Density Hidden Markov Modells
Gaussian mixture continuous-density hidden Markov models (CDHMMs) for speech recognition.
├── CMakeLists.txt
├── app
│ ├── CMakesLists.txt
│ └── main.cpp
├── benchmarks
│ ├── CMakesLists.txt
│ └── main.cpp
├── docs
├── ├── Doxyfile
│ └── html/
├── external
│ ├── CMakesLists.txt
│ ├── ...
│ └── ...
├── include
│ ├── AlgorithmArray.hpp
│ ├── CDHMM.hpp
│ ├── DataHandler.hpp
│ ├── DynamicArray.hpp
│ ├── GMM.hpp
│ ├── Kmenas.hpp
│ ├── Matrix.hpp
│ ├── MFCC.hpp
│ ├── Timer.hpp
│ ├── WAV.hpp
│ └── ProjectConfig.h.in
├── recog
│ └── .wav-Files
├── src
│ ├── CMakesLists.txt
│ ├── DataHandler.cpp
│ └── my_lib.cc
└── tests
│ ├── CMakeLists.txt
│ └── main.cpp
├── train
│ └── .wav-Files
- CMake 3.14+
- Code Covergae (only on GNU|Clang): lcov, gcovr