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

[fix] decoder: name sys is not defined -> import #248

Open averak opened 3 years ago

averak commented 3 years ago

The following .py programs have error.

NameError: name 'sys' is not defined

That's why I created a patch to fix this. If this error is my misunderstanding, please ignore it.

Thanks