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 342 forks source link

How to pass lattice / phrase hints to kaldi to decode at the time of sending data? #194

Closed axchanda closed 5 years ago

axchanda commented 5 years ago

I want to send data into the Kaldi decoder while passing speech data along with the other lattices/ phrase hints so that it can give more prefernece for the mentioned word while decoding. For reference, please see https://cloud.google.com/speech-to-text/docs/basics#phrase-hints

alumae commented 5 years ago

This is not possible at the moment and there are no plans to implement this.