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

Getting data in pipeline #184

Open maitrungduc1410 opened 5 years ago

maitrungduc1410 commented 5 years ago

Hi guys, For now I'm trying to get current data inside the pipeline.

In the decoding, it takes data chunk sent from worker and in function process_data it will push the data into pipeline.

Is there anyway that I can get the total current data in pipeline?

Thank you!