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

Provide the `request_id` to the full_post_processor script #123

Closed disooqi closed 6 years ago

disooqi commented 6 years ago

I want to use the full_post_processor script to process the raw audio that you save when worker accept a connection from the client. However the passed JSON does not contain the id. Would you add the request_id to the json before sending it to the full_post_processor so I can find the right raw audio file you save by the worker?

P.S. I could do that if you accept my pull request.

Thank you very much

Mohamed Eldesouki, QCRI

alumae commented 6 years ago

Merged, thanks!