alumae / gst-kaldi-nnet2-online

GStreamer plugin around Kaldi's online neural network decoder
Apache License 2.0
185 stars 100 forks source link

enhancement to online tcp program #84

Closed dpny518 closed 5 years ago

dpny518 commented 5 years ago

Could someone work on using this as https://github.com/kaldi-asr/kaldi/blob/master/src/online2bin/online2-tcp-nnet3-decode-faster.cc the base for

instead of https://github.com/kaldi-asr/kaldi/blob/master/src/online2bin/online2-wav-nnet2-latgen-faster.cc

This one allows for the language model to be shared across workers

alumae commented 5 years ago

Using another code as a base won't solve this. The problem is that different GStreamer instances are executed in different processes and it's very difficult to share data between them.