Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
is it possible to create a voice recognition app using angular js for mobile


What I have tried:

i search google but did not get something very informative
Posted
Updated 16-May-17 3:16am

1 solution

There is a speech API, but it currently only works in Chrome:
Web Speech API - Web APIs | MDN[^]
Can I use... Speech Recognition API[^]

Firefox has a flag to enable it, but it doesn't do anything yet:
Quote:
Note that currently only the speech synthesis part is available in Firefox Desktop — the speech recognition part will be available soon, once the required internal permissions are sorted out.


It's currently "in development" for Edge, but not for IE11:
The status of Web Speech API (input) in Microsoft Edge is In Development - Microsoft Edge Development[^]

It's not supported in Android or iOS Safari, but it looks like it might work in Chrome for Android and Samsung Internet.

So the answer is, it depends on which browsers you need to support. If you need to support a browser which doesn't currently implement the API, then you won't be able to do it.
 
Share this answer
 
Comments
sarooj bukhari 16-May-17 9:33am    
sir i m talking about the mobile app..not web app that runs on browser..like apps made with angular js using native script or ionic framework etc?
Richard Deeming 16-May-17 9:35am    
You mentioned AngularJS[^], which means you're writing an HTML-based application. That will be subject to the limitations of the browser it's running in.
sarooj bukhari 16-May-17 9:44am    
yeah its my mistake ??? but did we do that ??

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