I’m using Google cloud speech API as STT engine in my project which is written in C++ here is Google Cloud Speech API Documentation. (https://cloud.google.com/speech/docs/) It’s available in REST [ non-streaming ] and gRPC lib [ streaming ] .So i’m using gRPC which uses HTTP2 → grpc / grpc.io (http://www.grpc.io/) Here is the Sample Applicatios (https://cloud.google.com/speech/docs/samples) main example there are based on [ python - java - node.js - iOS ]
1
votes
Your question in the subject is very open-ended and the criteria you provide though specific don't really narrow the issue down. Are you encountering specific errors, exceptions, etc.? Given how young this product is, there aren't really any simple examples available using the environment you've specified. I would suggest reading over the gRPC Basics for C++ and trying your hand at applying it to the Speech API. Once you encounter specific errors, then we could link into this further.
- Nicholas
1 Answers
3
votes