alumae / kaldi-gstreamer-server

Real-time full-duplex speech recognition server, based on the Kaldi toolkit and the GStreamer framwork.
BSD 2-Clause "Simplified" License
1.07k stars 341 forks source link

WIP: Python 3, Tornado 6 #227

Open alumae opened 4 years ago

alumae commented 4 years ago

This PR migrates to Pythin 3.5+ and Tornado 6. Python 2.7 is not supported any more. Also, rewrote worker.py to use Tornado's websocket client and got rid of the ws4py dependency.

naxingyu commented 4 years ago

Nice!