Voice command, Activation

0
I am building an app, I want to use the voice activation command like “Hey Siri”  to activate my app. Also, I want my users to be able to Use speech to fill in forms and the app should tell users their status. let's say it is a restaurant app; the users should be able to open the app by saying “hey foodie”, they should be able to place an order by calling it out and finally, the app should spell out their order and price before confirming the order. 
asked
3 answers
1

Based on a demo Thijs built two years ago, I built some examples: https://mydemoversion8-sandbox.mxapps.io/p/speech. That is the part of recording and playback and turning text-to-speech. Speech-to-text is not yet in the marketplace. The module that Thijs refers to is yet to be published. Meanwhile you can try to implement something yourself by implementing other speech-to-text providers like https://get.otter.ai/ or the webspeech API of Google.

answered
0

Hi Ahmed,

There is a module that converts speech to text. When you have the text you could apply string operations in order to recognize the commands and the attacht an certain action to these commands. 

answered
0

Hi Ahmed, 

Hope you doing well and already you got best answer for this request. If you looking for the best voice api, here i have shared top 11 voice api provider list,

https://blog.contus.com/top-voice-api-sdk-providers/

 

answered