I want to integrate speech-to-text into my application. Couldn’t figure out how to do this, can anyone help?
I would first define what I need out of a speech-to-text service. (assuming you want an external service, and not to build your own from scratch, which is much more difficult)
Then, I would research which text-to-speech services/APIs exist and evaluate them according to my criteria.
Then, I’d build a test to see if I can make fetch calls to the service and get back some speech file.
Then, I’d build the component that captures user-provided test and responds with service-created speech.
Google has a Cloud Speech-to-Text API service that will help you with your question. You can even find a guide to testing this API in the API Tester mobile app, it’s super easy.
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.