5.0.1: Bug and documentation fixes
What's Changed
- Include examples of live recognition on various platforms by @dhdaines in https://github.com/cmusphinx/pocketsphinx/pull/319
- Add missing close brace for C++ by @FigBug in https://github.com/cmusphinx/pocketsphinx/pull/322
- Use a separate search for ps_set_align_text() by @dhdaines in https://github.com/cmusphinx/pocketsphinx/pull/324
- Fix regression tests and
-phone_alignin main program by @dhdaines in https://github.com/cmusphinx/pocketsphinx/pull/331 - Use trailing slash with include directory by @samford in https://github.com/cmusphinx/pocketsphinx/pull/332
- Removed unnecessary libpthread in package config by @Elastino in https://github.com/cmusphinx/pocketsphinx/pull/337
- fix: fix a stray #if WORDS_BIGENDIAN (fixes: #343) by @dhdaines in https://github.com/cmusphinx/pocketsphinx/pull/344
- 5.0.1 Release by @dhdaines in https://github.com/cmusphinx/pocketsphinx/pull/345
New Contributors
- @FigBug made their first contribution in https://github.com/cmusphinx/pocketsphinx/pull/322
- @samford made their first contribution in https://github.com/cmusphinx/pocketsphinx/pull/332
- @Elastino made their first contribution in https://github.com/cmusphinx/pocketsphinx/pull/337
Full Changelog: https://github.com/cmusphinx/pocketsphinx/compare/v5.0.0...v5.0.1