5.0.0rc1
Closed Sep 7, 2022
80% complete
Release candidate 1 for PocketSphinx 5.0.0.
- API compatible with prealpha5 in <pocketsphinx.h> with missing functionality
- -remove_silence does nothing, but might come back
- audio device API <sphinxbase/ad.h> gone and will not come back
- external libraries generally do VAD and audio themselves
- Python bindings switched to Cython and SciKit-Build, API compa…
Release candidate 1 for PocketSphinx 5.0.0.
- API compatible with prealpha5 in <pocketsphinx.h> with missing functionality
- -remove_silence does nothing, but might come back
- audio device API <sphinxbase/ad.h> gone and will not come back
- external libraries generally do VAD and audio themselves
- Python bindings switched to Cython and SciKit-Build, API compatible with prealpha5
- integrate
- Support big-endian and little-endian CPUs
- Example of live decoding with Python + pywebrtc_vad + pyaudio
pocketsphinx
executable that decodes from files or stdin likepocketsphinx_continuous
used to