{"library":"pocketsphinx","title":"PocketSphinx","description":"Official Python bindings for PocketSphinx, a lightweight speech recognition engine. Current version 5.0.4. Release cadence is irregular; updates coincide with upstream changes.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pocketsphinx"],"cli":null},"imports":["import pocketsphinx","from pocketsphinx import Decoder"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import pocketsphinx\n\ndecoder = pocketsphinx.Decoder()\ndecoder.start_utt('test')\ndecoder.process_raw(b'Some audio data', False, False)\ndecoder.end_utt()\nprint(decoder.hypothesis())","lang":"python","description":"Minimal example using Decoder to process raw audio bytes.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}