English 中文(简体)
Can I get speech recognition in language other than English on Android?
原标题:

I am trying to build an application (which would use the Hindi language and other regional languages) to get speech voice commands.

I also need text to speech functionality in my application.

I was wondering if there was any way I could get a speech recognition library on Android? I did a quick Google search and found a couple of libraries for Hindi on the Internet but I am not sure if I can include them in my Android project. Can I?

问题回答

You can use pocketsphinx for your app.It has JAVA and Python API s for capturing and recognizing speech. By default it recognizes only English. But if you provide your own Language Model (LM) and Dictionary File(.DIC), you should be able to get it working.

Not directly straightforward as using an API, but can be certainly doable

http://cmusphinx.sourceforge.net/wiki/tutorialandroid

Android does support a few languages but not very many, I think the list currently is US, Japanese and Chinese. Not Hindi yet though I would think they are working to add new language support soon.

Over on the Android Developers page they have a good example.





相关问题
Speech Recognition with Telephone

I need to detect the user voice when they pick-up the reciever on the other end. Because Modems usually start playing files (playback terminal) when the first ring goes there. So I planned to use ...

speaker dependent speech recognition engin with sdk

I want to do a little apllication, does any one know of a good speaker dependent speech recognition engin with sdk. (not speech to text engins) thank you, Efrat

Speech recognition project

I m making my final year project i.e. speech recognition. but I don t have any idea how to start. I will use c#. Please can anyone guide me how to start? what should be the first step? Thanks

微软 Sam,SAPI替代品

我们计划使用微软讲话标本。 我们现在在Windows XP上使用Microsoft Sam声音,坦率地说,它可怕......。 几乎不可能听到......。

Windows Speech Recognition C#

I m making a program that does stuff (Sorry, I m not allowed to say what it is), but I want to be able to let Windows Speech somehow "know" that there are linklabels and buttons on my Forms, so that ...

热门标签