Uberi / speech_recognition

Speech recognition module for Python, supporting several engines and APIs, online and offline.
https://pypi.python.org/pypi/SpeechRecognition/
BSD 3-Clause "New" or "Revised" License
8.18k stars 2.39k forks source link

Add support for Kaldi GStreamer server #107

Open Kaljurand opened 8 years ago

Kaljurand commented 8 years ago

Add support for the Kaldi GStreamer server (https://github.com/alumae/kaldi-gstreamer-server) (Note that the project already includes a Python client: kaldigstserver/client.py, which can be used as a starting point.)

jhoelzl commented 8 years ago

Related pull request: #122