cmusphinx / sphinxtrain

Acoustic model trainer for CMU Sphinx
Other
178 stars 112 forks source link

Switch build to CMake and fix a few bugs #45

Closed dhdaines closed 1 year ago

dhdaines commented 1 year ago

Like the title says. This also fixes a few issues with error detection in LDA and MLLT, among other things.

Note that the install paths have changed. The scripts are not platform-dependent so they should not go in /usr/local/lib. Also they are not executable anymore because I haven't got a good idea of how to make CMake do that.

This simplifies things for building on native Windows, but really, really, really, you should use WSL instead.