Hi all, I have created a simple project for speech to text conversation, i am using using grpc-1.14.2 package cpp module.In my project we are using couple of api's listed below. 1 . detectIntentRequest and detectIntentResponce for NLU, using dialogflow 2. StreamingRecognizeRequest and StreamingRecognizeResponse for ASR, using cloud speech API.
Able to use the both NLU/ASR service's, here i have observed one issue, my project memory is increases around 10MB. Is there any way to reduce the footprint of the package(like to clean some of data from package which is not needed for cpp module) ?. if yes, kindly let me know how to do it. Thanks varahalu -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/7742d655-cbe4-451b-b86d-436bdc2acfc6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
