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

during full post processing, flush full_post_processor's stdin #38

Closed farmnerd closed 8 years ago

farmnerd commented 8 years ago

If there is no post_processor defined in config, but there is a full_post_processor - the worker attempts to flush the post_processor's stdin instead of the full_post_processor's, resulting in "AttributeError: 'NoneType' object has no attribute 'stdin'"

alumae commented 8 years ago

Tanks a lot!