alumae/kaldi-gstreamer-server

Retrieving word level time stamp

shaheenkdr opened this issue · 4 comments

Is there a way we could retrieve the world level timestamps along with the output?

Set the property word-boundary-file=dir/word_boundary.int (under the decoder conf), this activates word alignment generation.

Thanks @alumae , I can see the output in worker.log . However which endpoint passes that output back to the client ? Couldnt see it from Python client as well as curl . Would be helpful if you could share some pointers in that regard : /

It is passed in the JSON representation that the client receives from the server.

both in the websocket as well as the dynamic recognize http end points ?