bambocher / pocketsphinx-python

Python interface to CMU Sphinxbase and Pocketsphinx libraries
https://pypi.python.org/pypi/pocketsphinx
Other
373 stars 187 forks source link

UDP/RTP stream as input to pocketsphinx #18

Open sorenebbesen opened 8 years ago

sorenebbesen commented 8 years ago

Hi,

My pocketsphinx installation works and your examples work fine. However, I would like to transcribe an incoming live stream of spoken word. The protocol is UDP (or RTP) and the port is given.

Is there a way to use your wrapper to feed this stream into pockersphinx in real-time?

This link basically explains how to do this on a Linux system by means of gstreamer. However, I need to make this work under Windows 7.

Thanks, Soren