speech-recognition

Does Anyone Uses Google Speech API in Production?

拟墨画扇 提交于 2019-12-17 20:56:05
问题 I have found some articles (http://mikepultz.com/2011/03/accessing-google-speech-api-chrome-11/) describing how to use the Google speech API. However, is this reliable? Does anyone uses it in production? Thanks 回答1: My understanding is that Google's speech web services are only legitimately used by their Chrome browser or Android operating system. You can certainly build a production Chrome or Android app that relies on these services. Both Chrome and Android documentation describe how to add

Can CMU Sphinx be set up to recognize ~200 words

倖福魔咒の 提交于 2019-12-17 19:25:28
问题 I have a client who needs an Android App that can recognize spoken commands. From what I understand the built-in voice to text functionality actually sends data to Google's servers which then sends back a text translation. This is a major problem, as the voice data is extremely sensitive (unless if the data is encrypted when it is sent to and from Google - but I doubt it is encrypted). There are 2 options that I can think of. First is to convert speech-to-text on the Android, though this

Use offline voice-to-text in Android 4.1 (Jelly Bean) from my application?

戏子无情 提交于 2019-12-17 15:42:43
问题 Android 4.1 includes offline voice typing. You can see this when you click the microphone on the pop-up keyboard, it still works if you have no network connection. However, it looks like the RecognizerIntent API still ends up requiring a network connection when you want to do speech recognition from your app. Is there an API for accessing new the offline voice typing feature in Android from my app? 回答1: Android uses two different APIs for voice: voice typing (key on the keyboard) and voice

Java speech recognition API [closed]

旧街凉风 提交于 2019-12-17 15:11:10
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I am currently developing an Android application where I am required to implement speech recognition. Could you suggest a link where I could find a Java speech recognition API? 回答1: CMU Sphinx Open Source Toolkit For Speech Recognition CMU Sphinx Open Source Toolkit For Speech Recognition Android 回答2: Please

Building Speech Dataset for LSTM binary classification

亡梦爱人 提交于 2019-12-17 14:49:17
问题 I'm trying to do binary LSTM classification using theano. I have gone through the example code however I want to build my own. I have a small set of "Hello" & "Goodbye" recordings that I am using. I preprocess these by extracting the MFCC features for them and saving these features in a text file. I have 20 speech files(10 each) and I am generating a text file for each word, so 20 text files that contains the MFCC features. Each file is a 13x56 matrix. My problem now is: How do I use this

Building Speech Dataset for LSTM binary classification

自闭症网瘾萝莉.ら 提交于 2019-12-17 14:48:50
问题 I'm trying to do binary LSTM classification using theano. I have gone through the example code however I want to build my own. I have a small set of "Hello" & "Goodbye" recordings that I am using. I preprocess these by extracting the MFCC features for them and saving these features in a text file. I have 20 speech files(10 each) and I am generating a text file for each word, so 20 text files that contains the MFCC features. Each file is a 13x56 matrix. My problem now is: How do I use this

Android speech recognizing and audio recording in the same time

穿精又带淫゛_ 提交于 2019-12-17 10:32:41
问题 My application records audio using MediaRecorder class in AsyncTask and also use Google API transform speech to text - Recognizer Intent - using the code from this question : How can I use speech recognition without the annoying dialog in android phones I have tried also to record audio in Thread, but this is worse solution. It causes more problems. My problem is that my application works properly on emulator. But emulator don't supports speech reocognition because of lack of voice

Speech Recognition on iPhone

倾然丶 夕夏残阳落幕 提交于 2019-12-17 09:47:11
问题 I need to develop an iPhone application which recognizes speech, and based on the result it performs further tasks. I know iPhone 3.0 doesn't support speech recognition and I need to implement speech recognition software on the server side. I know this thing only, since I am newbie I don't know how to deal with that. Mean Which software i need to buy and implement it at server side, and how to use that Service ?? 回答1: The best open source speech recognition package I know of is Sphinx. http:/

good Speech recognition API

旧时模样 提交于 2019-12-17 07:05:51
问题 I am working on a college project in which I am using speech recognition. Currently I am developing it on Windows 7 and I'm using system.speech API package which comes along with .net and I am doing it on C#. The problem I am facing is dictation recognition is not accurate enough. Then whenever I start my application the desktop speech recognition starts automatically. This is a big nuicance to me. As already the words I speak are not clear enough and conflicting recognition are interpreted

Continuous Speech Recognition Android

笑着哭i 提交于 2019-12-17 06:09:34
问题 I am looking at doing speech recognition in android. The program needs to have continuous speech recognition. The library only needs to be about 10 words. I have considered using Googles api, but I don't think it will work. (I cannot have anything covering the screen). I have been looking into other ways but nothing seems like it will work. Is it possible to use java's speech recognition library, or is there any other way of going about this? In summary 1. Need continuous speech input 2. 10