Lukas

Results 2 issues of Lukas

The BYTE and WORD typedefs defined in sha1.h are suboptimal for use in Windows code - Windows resolves WORD to unsigned shorts, which is incompatible with the 32-bit integer that...

The Windows version of Pocketsphinx requires to specify the model files manually for whatever reason. These additional parameters make it work ``` python '-hmm', 'model/en-us/en-us', '-lm', 'model/en-us/en-us.lm.dmp', '-dict', 'model/en-us/cmudict-en-us.dict' ```...