How can I use HTK with my own data in text/matlab/binary format?
You need to convert your data to the HTK parameter format (you can eiter use the USER parameter kind or pretend they are MFCC or similar). Typically this involves writing a small programm that does the conversion. For an example see HTKWrite.c • I get an an error compiling HTKLib on with Visual Studio? Try using the older makefile which works with older versions of Visual Studio. • I get a compilation error: HModel.c:607: error: invalid storage class for function ‘GetInputXForm’ This happens if you try to compile HTK 3.3 using GCC version 4. You can find details about how to fix this here. Note that this has been fixed in 3.4 and we strongly recommend that you upgrade to the latest release. • How do I compile HTK 3.3 using GCC4? Please upgrade to 3.4 which does compile correctly with GCC4 • Can I have some detailed instructions about building HTK on Linux/Unix See Installing HTK on Linux or Unix (including OS X) • How can I compile HTK 3.2 on Windows You should upgrade to version 3.4 w