0

New to gRPC, iam trying to transcript a live stream using google speech to text i have followed this link https://medium.com/@rushikeshsp25/generating-transcripts-for-an-m3u8-video-stream-using-google-cloud-speech-to-text-f59254b9674 this helps alot and it works with normal express server.. my question is iam facing a problem the speech took too much time listening and send a response with 4 or 5 lines of transcript how can i solve this? as a live transcript i need to update the speech to text every 4 or 5 words maximum does connecting a gRPC server conncetion will help?? and how to bind this code with gRPC connection instead of express server???

0 Answers0