Improved
5.1.0rc1: Numerous optimizations and bug fixes
What's Changed
- Add command-specific help for alignment options by @lenzo-ka in https://github.com/cmusphinx/pocketsphinx/pull/422
- Fix pocketsphinx_lm_convert failing due to missing lw/wip parameters by @lenzo-ka in https://github.com/cmusphinx/pocketsphinx/pull/420
- Add thread-local random number generator for thread safety by @lenzo-ka in https://github.com/cmusphinx/pocketsphinx/pull/423
- Buffer fixes and dict improvement by @lenzo-ka in https://github.com/cmusphinx/pocketsphinx/pull/419
- Add external timestamp support to endpointer to prevent clock drift by @lenzo-ka in https://github.com/cmusphinx/pocketsphinx/pull/421
- Increase phone support to 256 and simplify bitvector operations by @lenzo-ka in https://github.com/cmusphinx/pocketsphinx/pull/435
- Remove deprecated pygtkcompat dependency from livedemo.py by @lenzo-ka in https://github.com/cmusphinx/pocketsphinx/pull/442
- Fix heap-buffer-overflow in ps_mllr_read by @lenzo-ka in https://github.com/cmusphinx/pocketsphinx/pull/439
- Fix stack-buffer overflow in WAV chunk ID logging by @lenzo-ka in https://github.com/cmusphinx/pocketsphinx/pull/437
- Fix null pointer dereference in ngram_model_read by @lenzo-ka in https://github.com/cmusphinx/pocketsphinx/pull/438