Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I would like to add speech to text to my app and have my app perpetually running. Google, Microsoft, Amazon, etc, offer pay to play serverside translations. The problem is that they are way too expensive for a simple app like mine to run nonstop.

I have read a bit about CMUSphinx, Kaldi, and a few others. Does anyone have any experience setting these up client side for mobile apps?

Looking for basic speech to text hello world manuals. I have combed the forums and found nothing so far.

Please help. Thanks in advance.

What I have tried:

Have looked through search engines and code project forums for simple examples.

Using windows or mac preferably.
Posted
Updated 30-Jan-20 4:43am

1 solution

"Server side" language processing is an "option". It uses more AI and has more voice options.

The OS comes with installed voices and synthesizer that are adequate for most apps. You just need to consult the documentation for the correct "environment" (The Microsoft versus the Windows (speech) "name spaces" for example).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900